feat(ui): 清爽专业风设计系统重构,并修复 Tailwind 从未生效的配置缺陷 #1

Merged
shangfangjian merged 3 commits from frontend-beautify into main 2026-09-15 19:01:23 +08:00
Showing only changes of commit acea7e699d - Show all commits
+4 -3
View File
@@ -1,5 +1,6 @@
export default { export default {
content: ['./index.html', './src/**/*.{ts,tsx}'], plugins: {
theme: { extend: {} }, tailwindcss: {},
plugins: [], autoprefixer: {},
},
} }