添加页面

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

5
postcss.config.mjs Normal file
View File

@ -0,0 +1,5 @@
import UnoCSS from "@unocss/postcss";
export default {
plugins: [UnoCSS()],
};