From 6245adce95414f4ba29f4d22abc07ea35a59a92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 21 Feb 2024 22:30:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RightPanel/index.vue | 75 +++++------- src/layout/components/Settings/index.vue | 145 +++++++++++------------ src/layout/index.vue | 127 ++++++++++---------- src/utils/theme.ts | 70 +++++++++++ 4 files changed, 234 insertions(+), 183 deletions(-) create mode 100644 src/utils/theme.ts diff --git a/src/components/RightPanel/index.vue b/src/components/RightPanel/index.vue index a6ea6a90..923cdf96 100644 --- a/src/components/RightPanel/index.vue +++ b/src/components/RightPanel/index.vue @@ -1,14 +1,8 @@