feat: 用 lucide-react 图标替换 emoji,修复所有 lint/构建问题
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17m40s

- 用 Carrot/Palette/Shirt/AlertTriangle 替换 CS/C/🎨/🧥/⚠️
- 清理所有未使用的 imports 和变量
- 修复 useEffect 中同步 setState 问题(改用 rAF / setTimeout)
- 修复 no-unescaped-entities、匿名导出等 lint 错误
- 为 useSearchParams 添加 Suspense 边界(修复构建)
- 0 errors, 0 warnings
This commit is contained in:
2026-07-09 17:15:59 +08:00
parent 38f11445ba
commit 55cf05110a
19 changed files with 167 additions and 262 deletions

View File

@@ -1,5 +1,7 @@
export default {
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
}
};
export default config;