From c4526f72b1c59e4eabff797a99b0479c2dcd8b6e Mon Sep 17 00:00:00 2001 From: nevlf <48950326+nevlf@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:00:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E9=A2=98=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=20(#176)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pany --- src/components/ThemeSwitch/index.vue | 26 +++++++++++++++++++++++--- src/styles/index.scss | 2 ++ src/styles/view-transition.scss | 20 ++++++++++++++++++++ 3 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 src/styles/view-transition.scss diff --git a/src/components/ThemeSwitch/index.vue b/src/components/ThemeSwitch/index.vue index cece294..12a6635 100644 --- a/src/components/ThemeSwitch/index.vue +++ b/src/components/ThemeSwitch/index.vue @@ -1,12 +1,28 @@