From 97d1e288a9d534926e166a3a822d4319f8d6d7b4 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Sat, 22 Feb 2025 18:10:18 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20useTheme=20?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/components/ThemeSwitch/index.vue | 18 +----------------- src/common/composables/useTheme.ts | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/src/common/components/ThemeSwitch/index.vue b/src/common/components/ThemeSwitch/index.vue index 27099b8..c910b4f 100644 --- a/src/common/components/ThemeSwitch/index.vue +++ b/src/common/components/ThemeSwitch/index.vue @@ -1,24 +1,8 @@