initial project

This commit is contained in:
2026-06-25 22:39:06 +08:00
commit 5a5ac2fcde
110 changed files with 8693 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
'@tailwindcss/postcss': {}, // 👈 注意這裡改成了 @tailwindcss/postcss
autoprefixer: {},
},
}