添加页面

This commit is contained in:
2024-11-29 17:28:06 +08:00
parent 4b7957256e
commit 804266c6dd
13 changed files with 1935 additions and 245 deletions

8
uno.config.ts Normal file
View File

@ -0,0 +1,8 @@
import { defineConfig, presetUno } from "unocss";
export default defineConfig({
content: {
filesystem: ["./src/**/*.{html,js,ts,jsx,tsx}"],
},
presets: [presetUno()],
});