mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +08:00
feat: new xboard
This commit is contained in:
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
window.settings = {
|
||||
// 站点标题
|
||||
title: 'V2Board',
|
||||
// 站点描述
|
||||
description: 'V2Board is best',
|
||||
// API
|
||||
host: '',
|
||||
// 主题
|
||||
theme: {
|
||||
sidebar: 'light',
|
||||
header: 'dark',
|
||||
color: 'default'
|
||||
},
|
||||
// 背景
|
||||
background_url: '',
|
||||
// crisp
|
||||
crisp_id: '',
|
||||
i18n: [
|
||||
'zh-CN',
|
||||
'en-US',
|
||||
'ja-JP',
|
||||
'vi-VN',
|
||||
'ko-KR',
|
||||
'zh-TW',
|
||||
'fa-IR'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user