mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update theme
This commit is contained in:
6
public/assets/user/env.example.js
vendored
6
public/assets/user/env.example.js
vendored
@ -6,7 +6,11 @@ window.v2board = {
|
||||
// API
|
||||
host: '',
|
||||
// 主题
|
||||
theme: '1',
|
||||
theme: {
|
||||
sidebar: 'light',
|
||||
header: 'dark',
|
||||
color: 'default'
|
||||
},
|
||||
// 背景
|
||||
background_url: ''
|
||||
}
|
||||
|
Reference in New Issue
Block a user