1 .first update

This commit is contained in:
2026-03-05 09:28:32 +08:00
parent f7207cc627
commit 7f5781d4f1
25 changed files with 8091 additions and 0 deletions

6
postcss.config.js Normal file
View File

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