first commit

This commit is contained in:
2026-02-05 01:24:42 +08:00
commit 590c9e04f8
578 changed files with 58741 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// postcss.config.js
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};