v2board/public/env.example.js

13 lines
191 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-02-11 16:21:36 +08:00
// 站点描述
description: 'V2Board is best',
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
}