fix: update ui

This commit is contained in:
Fred
2024-03-13 23:06:35 +08:00
parent 2f53107581
commit 42d04d473e
10 changed files with 1330 additions and 917 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}