From 783eff2be501f55fd17d412b0e0803ad198135ed Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 27 May 2025 17:31:44 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/layouts/components/AppLogo/index.vue | 2 +- .../NavBar/components/NavbarActions.vue | 2 +- src/layouts/components/Settings/index.vue | 19 ++++--------------- src/layouts/composables/useLayout.ts | 2 +- src/layouts/index.vue | 2 +- src/settings.ts | 19 ++++++++++++++++--- src/store/modules/app.store.ts | 2 +- src/store/modules/settings.store.ts | 2 +- src/styles/variables.scss | 1 + src/utils/theme.ts | 6 ++++++ src/views/login/index.vue | 2 +- 12 files changed, 35 insertions(+), 26 deletions(-) diff --git a/src/App.vue b/src/App.vue index bb0263fd..7a5f3ff6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@