Xboard/theme/v2board/assets/env.example.js
xboard 0f43fff242
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
feat: new xboard
2025-01-21 14:57:54 +08:00

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'
]
}