chore: sync code and project files

This commit is contained in:
Tony Zhang
2026-01-09 14:09:16 +08:00
parent 3d1fb37769
commit 30d7eb4b35
94 changed files with 12706 additions and 255 deletions

20
web/postcss.config.js Normal file
View File

@@ -0,0 +1,20 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}