feat: 用 lucide-react 图标替换 emoji,修复所有 lint/构建问题
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17m40s
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:
@@ -1,5 +1,7 @@
|
||||
export default {
|
||||
const config = {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user