mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
update theme
This commit is contained in:
parent
e094a2f4d1
commit
bff92180b0
8
public/assets/admin/env.example.js
vendored
8
public/assets/admin/env.example.js
vendored
@ -1,12 +1,14 @@
|
|||||||
window.v2board = {
|
window.v2board = {
|
||||||
// 站点标题
|
// 站点标题
|
||||||
title: 'V2Board',
|
title: 'V2Board',
|
||||||
// 站点描述
|
|
||||||
description: 'V2Board is best',
|
|
||||||
// API
|
// API
|
||||||
host: '',
|
host: '',
|
||||||
// 主题
|
// 主题
|
||||||
theme: '1',
|
theme: {
|
||||||
|
sidebar: 'light',
|
||||||
|
header: 'dark',
|
||||||
|
color: 'default'
|
||||||
|
},
|
||||||
// 背景
|
// 背景
|
||||||
background_url: ''
|
background_url: ''
|
||||||
}
|
}
|
||||||
|
20
public/assets/admin/umi.css
vendored
20
public/assets/admin/umi.css
vendored
File diff suppressed because one or more lines are too long
2
public/assets/admin/umi.js
vendored
2
public/assets/admin/umi.js
vendored
File diff suppressed because one or more lines are too long
2
public/assets/user/umi.css
vendored
2
public/assets/user/umi.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user