This commit is contained in:
sexygoat
2026-03-31 18:41:52 +08:00
commit 3c62cc1cd1
527 changed files with 96725 additions and 0 deletions

11
build/plugins/unocss.ts Normal file
View File

@@ -0,0 +1,11 @@
/**
* @name UnoCSSPlugin
* @description UnoCSS相关配置
*/
import UnoCSS from 'unocss/vite';
export const UnoCSSPlugin = () => {
return UnoCSS({
mode: 'per-module',
});
};