From 3bfe5c6ba018d8eb1eb3513beda4546a5a558a9e Mon Sep 17 00:00:00 2001 From: ayangweb <75017711+ayangweb@users.noreply.github.com> Date: Thu, 8 May 2025 11:21:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E4=BA=86?= =?UTF-8?q?=E6=9C=AA=E6=8E=88=E6=9D=83=E7=8A=B6=E6=80=81=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A2=9C=E8=89=B2=20(#208)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/general/components/macos-permissions/index.vue | 2 +- uno.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/preference/components/general/components/macos-permissions/index.vue b/src/pages/preference/components/general/components/macos-permissions/index.vue index 0aa1652..a68a9fc 100644 --- a/src/pages/preference/components/general/components/macos-permissions/index.vue +++ b/src/pages/preference/components/general/components/macos-permissions/index.vue @@ -53,7 +53,7 @@ onMounted(async () => { diff --git a/uno.config.ts b/uno.config.ts index 8c54f93..28c8902 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -41,6 +41,7 @@ export default defineConfig({ 'border-2': 'var(--ant-color-border-secondary)', 'primary': 'var(--ant-blue)', 'success': 'var(--ant-green)', + 'danger': 'var(--ant-red)', }, }, })