feat: 侧边栏开发,降低tailwind版本

This commit is contained in:
2026-04-11 15:45:13 +08:00
parent 4645bf93ff
commit 0c5ab186da
9 changed files with 612 additions and 551 deletions

6
postcss.config.js Normal file
View File

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