412e51fe281966e63e02e9446141fad93d62a959
- 将 MarketPanorama 及其子组件从 JS 转换为 TypeScript - 新增 types.ts 统一管理共享类型定义(SectorInfo、Stock 等) - 所有组件添加 memo() 包装优化渲染性能 - 使用 useCallback/useMemo 优化事件处理和计算 - 提取 TabButton、SortIcon 等子组件 - 常量配置集中管理(goldColors、TIME_PERIODS 等) 转换文件: - index.tsx (主组件) - SectorTreemap.tsx (板块热力图) - SectorNetwork.tsx (板块关联图) - MacroTabPanel.tsx (词云/饼图切换) - TimeDistributionChart.tsx (时间分布图) - SectorMovementTable.tsx (板块异动表格)
Description
前端
Languages
HTML
75.9%
JavaScript
9.6%
CSS
8%
SCSS
3.2%
Python
2.1%
Other
1.2%