6 Commits

Author SHA1 Message Date
empty
f2978c9b66 feat(web): 适配行动点系统
- 居民卡片显示行动点(AP 圆点指示器)
- 添加行动反馈 Toast 提示(成功/失败)
- 3 秒后自动消失的反馈动画

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:50:35 +08:00
empty
4664796d0b feat(web): 适配阵营技能树系统
- 添加技能树 CSS 样式(紧凑布局、状态指示)
- 添加技能树 HTML 结构
- 实现 renderSkills 渲染函数
- 显示技能解锁状态、名称、cost

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:31:18 +08:00
empty
62b4428cf1 feat(web): 适配阵营投票系统
- 添加投票按钮(乐观派/恐惧派)
- 添加实时投票统计显示
- 实现 sendVote 函数发送投票事件

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:14:47 +08:00
empty
87007d9b43 feat(web): 适配阵营博弈和剧情线系统
- 修复派系显示逻辑适配新数据结构
- 添加阵营能量条显示 (power/threshold)
- 添加阵营技能触发提示 (festival/panic)
- 添加剧情线进度显示
- 添加剧情事件触发提示
- 移除中立派显示

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 12:33:23 +08:00
empty
012956f817 feat(web): add faction distribution visualization
- Add faction bar with color-coded segments
- Show optimists (green), neutral (gray), fearful (red)
- Add legend for faction types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 11:07:23 +08:00
empty
8b90d55f02 feat: AI Town MVP - 完整三层架构实现
- Python FastAPI 引擎:世界状态模拟、全局能量条、世界事件系统
- Node.js WebSocket 服务器:实时通信、事件队列批处理
- 前端仪表盘:世界状态可视化、行动日志、事件展示

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 10:29:35 +08:00