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
|
0d96ffd429
|
fix: 修复Agent头像显示和结果弹窗问题
主要修复:
- 恢复Agent真实头像显示(替换emoji为实际图片)
- 删除自动跳转到ResultPageV2的逻辑
- 修改ResultModal支持动态内容显示
- 根据不同订单班显示对应的方案信息
优化内容:
- 重构Agent系统,每个订单班独立管理Agent配置
- 删除不需要的ResultPageV2组件
- handleViewDetails改为在新标签页打开
影响模块:
- web_frontend/exhibition-demo/src/components/ResultModal.tsx
- web_frontend/exhibition-demo/src/pages/WorkflowPageV4.tsx
- web_frontend/exhibition-demo/src/App.tsx
- web_frontend/exhibition-demo/src/data/terminalSimulations/*.ts
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-09-29 20:12:57 +08:00 |
|
Yep_Q
|
a884afc494
|
refactor: 优化RequirementModal UI设计和代码清理
主要更新:
- 🎨 UI改进:
- 将头部背景改为苹果风格设计
- 添加背景图片 /image/bg.png
- 将图标替换为动态视频logo
- 统一配色为蓝色系,移除紫色元素
- 优化标题和副标题布局
- 🧹 代码清理:
- 删除5个临时测试文件 (test-*.html)
- 删除4个旧版本页面组件 (WorkflowPage V1-V3, ResultPage V1)
- 保留当前使用的 WorkflowPageV4 和 ResultPageV2
- 🔧 细节调整:
- 视频logo尺寸调整为 80x80px
- 移除视频容器的圆角和阴影效果
- 按钮颜色从紫色渐变改为蓝色渐变
项目结构更加清晰,界面设计更加现代化
|
2025-09-29 16:07:19 +08:00 |
|
Yep_Q
|
67f5dfbe50
|
feat: 实现多订单班支持系统
主要功能:
- 修改RequirementModal支持12个订单班选择
- 添加OrderClassIconMap图标映射组件
- Store中添加selectedOrderClass状态管理
- WorkflowPage支持传递orderClass参数
- web_result添加URL参数切换功能
- 创建order-class-handler.js动态处理页面主题
技术改进:
- 创建软链接关联订单班数据目录
- 生成wenlu.json和food.json数据结构
- 删除重复的web_result目录
- 添加测试页面test-order-class.html
影响范围:
- 展会策划系统现支持12个订单班
- 结果展示页面自动适配不同订单班主题
- 用户可选择不同行业生成对应方案
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-09-29 10:02:15 +08:00 |
|
Yep_Q
|
83dc9270c8
|
fix: 修复WorkflowPageV3组件TypeScript错误和清理副本文件
详细说明:
- 修复WorkflowPageV3.tsx中的TypeScript类型错误
- 移除未使用的executionTimeoutRef变量
- 修复style标签的jsx属性问题
- 将deprecated的substr()改为substring()
- 清理n8n目录下的副本文件
- 添加server.js和start脚本用于静态文件服务
影响的文件:
- web_frontend/exhibition-demo/src/pages/WorkflowPageV3.tsx
- web_frontend/exhibition-demo/src/components/ResultModal.tsx
- web_frontend/web_result/server.js (新增)
- web_frontend/web_result/start.bat (新增)
- web_frontend/web_result/start.sh (新增)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-09-08 16:34:51 +08:00 |
|
Yep_Q
|
c0644d4bea
|
feat: 完善AI会展策划多Agent协同演示系统
功能实现:
- ✨ 添加需求输入弹窗,支持新能源汽车展模板快速填充
- ✨ 实现7个AI Agent完整执行序列,包含详细的终端输出
- ✨ 添加图片生成过程展示,支持实际图片预览
- ✨ 实现结果查看弹窗,展示生成统计和内容章节
- ✨ 添加图片骨架屏loading动画,优化加载体验
技术优化:
- 🎨 实现真实的进度条卡顿效果,模拟实际加载过程
- 🎨 优化终端滚动和内容显示,支持多种输出类型
- 🎨 添加Agent头像显示和执行状态指示
- 🎨 实现图片延迟加载,确保执行流程连贯
- 🎨 简化骨架屏动画,提升真实感
文件修改:
- web_frontend/exhibition-demo/src/pages/WorkflowPageV4.tsx
- web_frontend/exhibition-demo/src/components/RequirementModal.tsx
- web_frontend/exhibition-demo/src/components/ResultModal.tsx
- web_frontend/exhibition-demo/public/data/ (添加展会图片资源)
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-09-08 12:23:45 +08:00 |
|
Yep_Q
|
d6f48d6d14
|
chore: 清理macOS同步产生的重复文件
详细说明:
- 删除了352个带数字后缀的重复文件
- 更新.gitignore防止未来产生此类文件
- 这些文件是由iCloud或其他同步服务冲突产生的
- 不影响项目功能,仅清理冗余文件
|
2025-09-08 12:06:01 +08:00 |
|