From e3e0bec22ebccf13c78ffdd6703b89ce787dfb69 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sun, 8 Dec 2024 18:46:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E8=A1=A5=E5=85=85=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E4=B8=BB=E9=A2=98=E5=BC=95=E5=85=A5=E7=9A=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index b3ba592f..ce19b13b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,8 +4,7 @@ import setupPlugins from "@/plugins"; // 本地SVG图标 import "virtual:svg-icons-register"; - -// 样式 +// 暗黑主题样式 import "element-plus/theme-chalk/dark/css-vars.css"; // 暗黑模式自定义变量 import "@/styles/dark/css-vars.css";