Commit Graph

2 Commits

Author SHA1 Message Date
Yep_Q
712dbe3416 refactor: 清理web_result冗余文件夹并修复路径引用
详细说明:
- 删除web_result下的3个冗余文件夹(会展策划/Agent_prompt/agent头像)
- 所有资源已整合到订单班文档资料/文旅目录
- 更新11个文件中的122处路径引用
- 修复wenlu.ts的TypeScript类型声明
- 添加AgentOutput类型导入

影响文件:
- web_result/index.html (30处路径更新)
- web_result/order-classes/wenlu/*.html (62处更新)
- web_result/js/router.js (1处更新)
- exhibition-demo/src/data/terminalSimulations/wenlu.ts (类型修复)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 19:11:14 +08:00
Yep_Q
68da1fc605 fix: 修复展示页面多个关键问题
修复内容:
1. 修复Agent头像显示问题 - 使用真实图片替代emoji
2. 移除ResultPageV2自动跳转行为
3. 删除不符合需求的ResultPageV2组件
4. 修复undefined变量错误(currentTerminalData)
5. 添加缺失的getSimulationData导入
6. 优化ResultModal支持动态内容展示

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 21:32:28 +08:00