From 62a792b1daeae116614fce774dfd20f765012723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 27 Oct 2025 00:45:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(tsconfig):=20=E6=B7=BB=E5=8A=A0=20unocss?= =?UTF-8?q?=20=E5=92=8C=20commitlint=20=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=88=B0=E7=BC=96=E8=AF=91=E6=8E=92=E9=99=A4=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.node.json | 2 ++ unocss.config.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.node.json b/tsconfig.node.json index 63809e1..e4f974a 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -7,6 +7,8 @@ "nightwatch.conf.*", "playwright.config.*", "eslint.config.*", + "unocss.config.*", + "commitlint.config.*", "stylelint.config.*", "vite-plugins", "fake/**/*" diff --git a/unocss.config.ts b/unocss.config.ts index 49920a5..fe0e278 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -1,4 +1,4 @@ -// 请确保在 `main.ts` 文件中添加以下导入语句:import 'virtual:uno.css'; +// !请确保在 `main.ts` 文件中添加以下导入语句:import 'virtual:uno.css'; // https://github.dev/unocss/unocss/tree/main/examples/vite-vue3