From f8238694ae1b6e7d7be322f88f4950acd8d19e01 Mon Sep 17 00:00:00 2001 From: czz <862977248@qq.com> Date: Fri, 8 May 2026 15:23:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E4=BA=8C=E7=BA=A7?= =?UTF-8?q?=E9=A1=B5=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.config.ts b/src/app.config.ts index 83b242e..74ee3a8 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -15,9 +15,9 @@ export default defineAppConfig({ ], window: { navigationBarTitleText: "新手小程序", - navigationBarBackgroundColor: "#1AAD19", + navigationBarBackgroundColor: "#1f2534", navigationBarTextStyle: "white", backgroundTextStyle: "light", - backgroundColor: "#f6f7fb" + backgroundColor: "#1b2130" } });