mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
18 lines
290 B
JavaScript
18 lines
290 B
JavaScript
|
window.settings = {
|
||
|
// 站点标题
|
||
|
title: 'V2Board',
|
||
|
// API
|
||
|
host: '',
|
||
|
// 主题
|
||
|
theme: {
|
||
|
sidebar: 'light',
|
||
|
header: 'dark',
|
||
|
color: 'default'
|
||
|
},
|
||
|
// 背景
|
||
|
background_url: '',
|
||
|
logo: '',
|
||
|
// 需与V2Board设置中的后台路径一致
|
||
|
secure_path: 'admin'
|
||
|
}
|