zdl
b84eccb319
fix: 修改相关概念组件以匹配真实API数据结构
修改内容:
- SimpleConceptCard.js: 改用 concept.concept 和 concept.score 字段
- DetailedConceptCard.js: 改用 concept.concept、concept.score 和 concept.price_info.avg_change_pct
- RelatedConceptsSection/index.js: 导航时使用 concept.concept 字段
- events.js mock数据: 更新keywords生成函数,使用concept/score/price_info结构
数据结构变更:
- name → concept (概念名称)
- relevance (0-100) → score (0-1)
- avg_change_pct → price_info.avg_change_pct (嵌套结构)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 14:18:17 +08:00
..
2025-10-21 10:59:52 +08:00
2025-10-27 14:56:44 +08:00
2025-11-03 14:18:17 +08:00
2025-10-27 15:10:03 +08:00
2025-10-23 14:24:26 +08:00
2025-10-26 14:11:24 +08:00
2025-10-27 15:39:06 +08:00
2025-10-30 13:09:41 +08:00