update theme

This commit is contained in:
Tokumeikoi
2020-02-17 03:35:03 +08:00
parent b852180b4d
commit e094a2f4d1
11 changed files with 31 additions and 30 deletions

View File

@ -6,7 +6,11 @@ window.v2board = {
// API
host: '',
// 主题
theme: '1',
theme: {
sidebar: 'light',
header: 'dark',
color: 'default'
},
// 背景
background_url: ''
}