feat: 标题样式跟随主题,设置文本颜色会覆盖主题的标题颜色 #96

This commit is contained in:
log1997
2025-12-16 16:00:07 +08:00
parent 6e79a45aeb
commit ef9fc67f48
4 changed files with 40 additions and 32 deletions

View File

@@ -18,7 +18,7 @@ export const useGlobalConfig = defineStore('global', {
cardColor: '#ff79c6',
cardWidth: 140,
cardHeight: 200,
textColor: '#ffffff',
textColor: '#00000000',
luckyCardColor: '#ECB1AC',
textSize: 30,
patternColor: '#1b66c9',
@@ -280,7 +280,7 @@ export const useGlobalConfig = defineStore('global', {
cardColor: '#ff79c6',
cardWidth: 140,
cardHeight: 200,
textColor: '#ffffff',
textColor: '#00000000',
luckyCardColor: '#ECB1AC',
textSize: 30,
patternColor: '#1b66c9',