From ef5f96934013f45e1533a115ecacd9995c430679 Mon Sep 17 00:00:00 2001 From: wf <2547096351@qq.com> Date: Mon, 6 May 2024 12:55:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E9=A2=98=E8=89=B2=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 8 +++---- src/App.vue | 7 +++--- src/hooks/useThemeMethods.ts | 24 ++++++++++++++++--- .../Header/components/header-right/index.vue | 10 +++----- .../components/theme-settings/index.vue | 13 ++++------ 5 files changed, 36 insertions(+), 26 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88e5db5..45c156b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: '@arco-design/color': specifier: ^0.4.0 @@ -5302,3 +5298,7 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} dev: true + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false diff --git a/src/App.vue b/src/App.vue index 61f911b..8578f1a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,12 +6,13 @@