v2board/public/assets/admin/env.example.js
2022-05-29 22:04:41 +08:00

16 lines
217 B
JavaScript
Vendored

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