v2board/public/assets/user/env.example.js
Tokumeikoi 3f2c8266de update
2020-04-21 00:22:05 +08:00

17 lines
257 B
JavaScript
Vendored

window.settings = {
// 站点标题
title: 'V2Board',
// 站点描述
description: 'V2Board is best',
// API
host: '',
// 主题
theme: {
sidebar: 'light',
header: 'dark',
color: 'default'
},
// 背景
background_url: ''
}