mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
13 lines
191 B
JavaScript
Vendored
13 lines
191 B
JavaScript
Vendored
window.v2board = {
|
|
// 站点标题
|
|
title: 'V2Board',
|
|
// 站点描述
|
|
description: 'V2Board is best',
|
|
// API
|
|
host: '',
|
|
// 主题
|
|
theme: '1',
|
|
// 背景
|
|
background_url: ''
|
|
}
|