Commit Graph

2 Commits

Author SHA1 Message Date
80256a4079 fix(frontend): 添加缺失的 lastDayHistory 字段到 runtimeStore
修复 App.jsx 中使用不存在的 store 字段导致的潜在运行时错误。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 18:20:29 +08:00
0f1bc2bb39 feat(frontend): 添加 Zustand store 架构
- 创建 5 个领域 store:runtimeStore, marketStore, portfolioStore, agentStore, uiStore
- 更新 CLAUDE.md 记录架构改进
- Zustand 已安装但 stores 尚未在 App.jsx 中使用(渐进迁移)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 17:44:17 +08:00