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

16 lines
217 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: '',
logo: ''
2020-02-13 16:24:12 +08:00
}