fix(package): update

This commit is contained in:
2026-02-10 13:40:55 +08:00
parent bdede98cde
commit db7155d20b
12 changed files with 181 additions and 151 deletions

6
postcss.config.mjs Normal file
View File

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