first commit

This commit is contained in:
2026-05-06 17:43:39 +08:00
commit 1a319516c9
61 changed files with 7717 additions and 0 deletions

6
postcss.config.js Normal file
View File

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