v2board/public/assets/user/env.example.js

17 lines
257 B
JavaScript
Raw Normal View History

2020-04-21 00:22:05 +08:00
window.settings = {
2020-02-13 16:24:12 +08:00
// 站点标题
title: 'V2Board',
// 站点描述
description: 'V2Board is best',
// API
host: '',
// 主题
2020-02-17 03:35:03 +08:00
theme: {
sidebar: 'light',
header: 'dark',
color: 'default'
},
2020-02-13 16:24:12 +08:00
// 背景
background_url: ''
}