mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-23 11:08:13 -05:00
28 lines
389 B
JavaScript
Vendored
28 lines
389 B
JavaScript
Vendored
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'
|
|
]
|
|
}
|