feat(styles): 修改默认主题

This commit is contained in:
2025-11-29 23:47:57 +08:00
parent c6d97dba21
commit b3fb87d850

View File

@ -4,7 +4,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
grayscale: false,
colourWeakness: false,
recommendColor: false,
themeColor: '#646cff',
themeColor: '#ec4899',
themeRadius: 6,
otherColor: {
info: '#2080f0',
@ -31,7 +31,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
visible: true
},
globalSearch: {
visible: true
visible: false
}
},
tab: {
@ -51,7 +51,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
mixChildMenuWidth: 200
},
footer: {
visible: true,
visible: false,
fixed: false,
height: 48,
right: true