f4c194881f6d23cc65965c38737427b6b2ad6c4b
目录结构拆分: - types.ts: 提取 6 个 TypeScript 接口定义 - styles.ts: 提取颜色常量和样式对象 - utils.ts: 提取趋势计算函数 (getAmountTrend, getMarketCapTrend) - components/StatCard.tsx: 提取统计卡片原子组件 性能优化: - StatCard 使用 memo + useMemo 缓存趋势图标和颜色 - 主组件使用 useMemo 缓存所有计算值 - 趋势函数外移避免每次渲染重新创建 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
前端
Languages
HTML
75.9%
JavaScript
9.6%
CSS
8%
SCSS
3.2%
Python
2.1%
Other
1.2%