From 688f375d797b58919b1ac761f2c6287b733fd5cc Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 21 Aug 2025 11:29:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(uno.config):=20=E7=A7=BB=E9=99=A4prese?= =?UTF-8?q?tUni=E7=9A=84=E6=B3=A8=E9=87=8A=E9=85=8D=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uno.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/uno.config.ts b/uno.config.ts index 91a4a7e..9fcce48 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -10,12 +10,7 @@ import { export default defineConfig({ presets: [ - presetUni({ - // attributify: { - // // prefix: 'fg-', // 如果加前缀,则需要在代码里面使用 `fg-` 前缀,如:
- // prefixedOnly: true, - // }, - }), + presetUni(), presetIcons({ scale: 1.2, warn: true,