mirror of
https://github.com/v2board/v2board.git
synced 2025-06-16 06:37:53 +08:00
update theme
This commit is contained in:
8
public/assets/admin/env.example.js
vendored
8
public/assets/admin/env.example.js
vendored
@ -1,12 +1,14 @@
|
||||
window.v2board = {
|
||||
// 站点标题
|
||||
title: 'V2Board',
|
||||
// 站点描述
|
||||
description: 'V2Board is best',
|
||||
// API
|
||||
host: '',
|
||||
// 主题
|
||||
theme: '1',
|
||||
theme: {
|
||||
sidebar: 'light',
|
||||
header: 'dark',
|
||||
color: 'default'
|
||||
},
|
||||
// 背景
|
||||
background_url: ''
|
||||
}
|
||||
|
Reference in New Issue
Block a user