This commit is contained in:
guochunsi
2025-12-31 17:40:01 +08:00
parent 6d94e91b70
commit 74c06bb8a0
713 changed files with 115034 additions and 46 deletions

View File

@@ -14,16 +14,16 @@ export const useThemeConfig = defineStore('themeConfig', {
/**
* 全局主题
*/
// 默认 primary 主题颜色
primary: '#2E5CF6',
// 默认 primary 主题颜色 #2E5CF6 更改为 #667eea
primary: '#667eea',
// 是否开启深色模式
isDark: false,
/**
* 顶栏设置
*/
// 默认顶栏导航背景颜色
topBar: '#2E5CF6',
// 默认顶栏导航背景颜色 #2E5CF6 更改为 #667eea
topBar: '#667eea',
// 默认顶栏导航字体颜色
topBarColor: '#FFFFFF',
// 是否开启顶栏背景颜色渐变
@@ -99,7 +99,7 @@ export const useThemeConfig = defineStore('themeConfig', {
// 是否开启色弱模式
isInvert: false,
// 是否开启水印
isWartermark: true,
isWartermark: false,
// 是否开启AI助手
isChat: false,
// 水印文案