mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-18 05:37:29 +08:00
Initial commit
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
window.settings = {
|
||||
// 站点标题
|
||||
title: 'V2Board',
|
||||
// API
|
||||
host: '',
|
||||
// 主题
|
||||
theme: {
|
||||
sidebar: 'light',
|
||||
header: 'dark',
|
||||
color: 'default'
|
||||
},
|
||||
// 背景
|
||||
background_url: '',
|
||||
logo: '',
|
||||
// 需与V2Board设置中的后台路径一致
|
||||
secure_path: 'admin'
|
||||
}
|
||||
Reference in New Issue
Block a user