v2board/public/env.example.js

11 lines
139 B
JavaScript
Raw Normal View History

2019-12-05 02:37:32 +08:00
window.v2board = {
2020-01-20 17:01:02 +08:00
// 站点标题
2019-12-05 02:37:32 +08:00
title: 'V2Board',
2020-01-20 17:01:02 +08:00
// API
2020-01-20 16:38:34 +08:00
host: '',
2020-01-20 17:01:02 +08:00
// 主题
theme: '1',
// 背景
background_url: ''
2019-12-05 02:37:32 +08:00
}