From b3fb87d85099f1a548c1764083571059fcd18853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=B0=B8=E6=98=A5?= Date: Sat, 29 Nov 2025 23:47:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(styles):=20=E4=BF=AE=E6=94=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/settings.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme/settings.ts b/src/theme/settings.ts index 1ff8cbb6..e8dc0b36 100644 --- a/src/theme/settings.ts +++ b/src/theme/settings.ts @@ -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