From e4ce7d07c17a8d6ed17d7e973b12ecdcf0110d5f Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 28 Aug 2025 21:08:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20UnoCSS=20=E7=9A=84=20prese?= =?UTF-8?q?tUni=20=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=20attributify=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + uno.config.ts | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 020efc6..c2a5ac8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -71,6 +71,7 @@ "cSpell.words": [ "alova", "Aplipay", + "attributify", "chooseavatar", "climblee", "commitlint", diff --git a/uno.config.ts b/uno.config.ts index 9fcce48..bd647bf 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -10,7 +10,9 @@ import { export default defineConfig({ presets: [ - presetUni(), + presetUni({ + attributify: false, + }), presetIcons({ scale: 1.2, warn: true,