mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update frontend
This commit is contained in:
12
public/assets/user/env.example.js
vendored
Normal file
12
public/assets/user/env.example.js
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
window.v2board = {
|
||||
// 站点标题
|
||||
title: 'V2Board',
|
||||
// 站点描述
|
||||
description: 'V2Board is best',
|
||||
// API
|
||||
host: '',
|
||||
// 主题
|
||||
theme: '1',
|
||||
// 背景
|
||||
background_url: ''
|
||||
}
|
Reference in New Issue
Block a user