feat: 新增应用配置开关属性,迁移主题配置至 src/config/setting.ts,新增色弱模式与哀悼模式

This commit is contained in:
KAI
2024-12-10 14:01:34 +00:00
committed by Charles7c
parent 4b5536a0b2
commit f64a7163e5
10 changed files with 130 additions and 39 deletions

View File

@@ -13,4 +13,7 @@ VITE_API_BASE_URL = 'http://localhost:8000'
VITE_BASE = '/test'
# 是否开启开发者工具
VITE_OPEN_DEVTOOLS = true
VITE_OPEN_DEVTOOLS = true
# 应用配置面板
VITE_APP_SETTING = false