mirror of
https://github.com/v2board/v2board.git
synced 2024-11-11 01:59:12 +08:00
19 lines
284 B
JavaScript
Vendored
19 lines
284 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: ''
|
|
}
|