Initial commit

This commit is contained in:
jiawei
2026-08-29 22:43:18 +08:00
commit a0a69736c5
20 changed files with 4509 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;