From cbba670eb22d87adac19c1ebc04a21bf11aeea9a Mon Sep 17 00:00:00 2001 From: MoeSnowyFox Date: Mon, 8 Sep 2025 00:03:52 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E6=9B=B4=E6=94=B9=E9=A1=B6?= =?UTF-8?q?=E8=BE=B9ui=E5=92=8C=E4=BE=A7=E8=BE=B9=E6=A0=8Fui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AppLayout.vue | 307 +++++++------------------- frontend/src/components/TitleBar.vue | 28 +++ frontend/src/composables/useTheme.ts | 198 +++++++++++++++-- 3 files changed, 281 insertions(+), 252 deletions(-) diff --git a/frontend/src/components/AppLayout.vue b/frontend/src/components/AppLayout.vue index f605f22..f4d7327 100644 --- a/frontend/src/components/AppLayout.vue +++ b/frontend/src/components/AppLayout.vue @@ -1,78 +1,31 @@