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

18 lines
290 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',
// API
host: '',
// 主题
2020-02-17 03:37:04 +08:00
theme: {
sidebar: 'light',
header: 'dark',
color: 'default'
},
2020-02-13 16:24:12 +08:00
// 背景
2022-05-29 22:04:41 +08:00
background_url: '',
2022-12-15 00:59:32 +08:00
logo: '',
// 需与V2Board设置中的后台路径一致
secure_path: 'admin'
2020-02-13 16:24:12 +08:00
}