1.13.1原版

This commit is contained in:
2026-07-19 01:16:28 +08:00
commit c6ba83f5d7
133 changed files with 19136 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig, presetWind3, transformerCompileClass } from "unocss";
export default defineConfig({
presets: [presetWind3()],
transformers: [transformerCompileClass()],
blocklist: ["transform", "inline"],
});