first commit
This commit is contained in:
19
Xboard/theme/Xboard/env.example.js
vendored
Normal file
19
Xboard/theme/Xboard/env.example.js
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// API地址
|
||||
window.routerBase = 'http://127.0.0.1:8000/'
|
||||
window.settings = {
|
||||
// 站点名称
|
||||
title: 'Xboard',
|
||||
// 站点描述
|
||||
description: 'Xboard',
|
||||
assets_path: '/assets',
|
||||
// 主题色
|
||||
theme: {
|
||||
color: 'default', //可选default、blue、black、、darkblue
|
||||
},
|
||||
// 版本号
|
||||
version: '0.1.1-dev',
|
||||
// 登陆背景
|
||||
background_url: '',
|
||||
// 站点LOGO
|
||||
logo: '',
|
||||
}
|
||||
Reference in New Issue
Block a user