feat: init project

This commit is contained in:
2025-08-14 23:38:17 +08:00
commit ad91a2f54d
15 changed files with 1520 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
'@tailwindcss/postcss': {},
},
};