From dbdd811705b76cd9814afb65e640392e36c9dcce Mon Sep 17 00:00:00 2001 From: invalid w Date: Thu, 21 Sep 2023 10:40:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(style):=20=E4=BD=BF=E7=94=A8Antd=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=8F=90=E4=BE=9B=E7=9A=84=E5=88=87=E6=8D=A2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=8A=9F=E8=83=BD=20(#3051)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * perf(style): 使用antd4的暗黑主题 * refactor: 抽离切换暗黑主题模式 --- src/App.vue | 6 +- src/components/Modal/src/index.less | 2 +- src/design/dark.less | 8265 +------------------------ src/hooks/setting/useDarkModeTheme.ts | 18 + 4 files changed, 25 insertions(+), 8266 deletions(-) create mode 100644 src/hooks/setting/useDarkModeTheme.ts diff --git a/src/App.vue b/src/App.vue index a4d2e80d..303d31a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@