You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 页面标题
|
|
VITE_APP_TITLE = 管理中心
|
|
|
|
VITE_APP_COPY = Copyright © 2023 xxx.xxx.cn All Rights Reserved.
|
|
# 默认主题色,用户可用后台自行调节
|
|
VITE_APP_COLOR = "#20a0f1"
|
|
# 默认主题 light | dark
|
|
VITE_APP_THEME = "dark"
|
|
# 管理端暗黑主题色
|
|
VITE_APP_ADMIN_DARK = "#222"
|
|
# 管理端明亮主题色
|
|
VITE_APP_ADMIN_LIGHT = "#EfEfEf"
|