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

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};