This website requires JavaScript.
Explore
Help
Register
Sign In
CarrotSkin
/
carrotskin
Watch
7
Star
1
Fork
1
You've already forked carrotskin
Code
Issues
3
Pull Requests
Actions
Packages
Releases
Wiki
Activity
Files
55cf05110a1e1ce0c5116709a30e28be1d5109bd
carrotskin
/
postcss.config.mjs
8 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: 用 lucide-react 图标替换 emoji,修复所有 lint/构建问题 - 用 Carrot/Palette/Shirt/AlertTriangle 替换 CS/C/🎨/🧥/⚠️ - 清理所有未使用的 imports 和变量 - 修复 useEffect 中同步 setState 问题(改用 rAF / setTimeout) - 修复 no-unescaped-entities、匿名导出等 lint 错误 - 为 useSearchParams 添加 Suspense 边界(修复构建) - 0 errors, 0 warnings
2026-07-09 17:15:59 +08:00
const
config
=
{
Initial commit from Create Next App
2025-12-04 10:17:03 +08:00
plugins
:
{
feat: 完成navbar隐藏优化和侧边栏冻结功能 - 优化navbar滚动隐藏逻辑,更敏感响应 - 添加返回顶部按钮,固定在右下角 - 实现profile页面侧边栏真正冻结效果 - 修复首页滑动指示器位置 - 优化整体布局确保首屏内容完整显示
2025-12-04 20:05:13 +08:00
'@tailwindcss/postcss'
:
{
}
,
Initial commit from Create Next App
2025-12-04 10:17:03 +08:00
}
,
feat: 用 lucide-react 图标替换 emoji,修复所有 lint/构建问题 - 用 Carrot/Palette/Shirt/AlertTriangle 替换 CS/C/🎨/🧥/⚠️ - 清理所有未使用的 imports 和变量 - 修复 useEffect 中同步 setState 问题(改用 rAF / setTimeout) - 修复 no-unescaped-entities、匿名导出等 lint 错误 - 为 useSearchParams 添加 Suspense 边界(修复构建) - 0 errors, 0 warnings
2026-07-09 17:15:59 +08:00
}
;
export
default
config
;
Reference in New Issue
Copy Permalink