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>
This commit is contained in:
Yep_Q
2025-10-01 19:11:14 +08:00
parent 212c0af6bf
commit 712dbe3416
292 changed files with 4948 additions and 2540 deletions

View File

@@ -174,7 +174,7 @@
<section class="relative min-h-screen flex items-center justify-center overflow-hidden">
<!-- Background Image with Overlay -->
<div class="absolute inset-0">
<img src="../data/会展策划/image/Whisk_9e8c1f44ac.jpg"
<img src="../data/订单班文档资料/文旅/notion文稿/image/Whisk_9e8c1f44ac.jpg"
alt="Exhibition Background"
class="w-full h-full object-cover opacity-20"
loading="eager">
@@ -368,7 +368,7 @@
</div>
</div>
<div class="flex-1 max-w-2xl">
<img src="../data/会展策划/image/Whisk_dcc81c5212.jpg"
<img src="../data/订单班文档资料/文旅/notion文稿/image/Whisk_dcc81c5212.jpg"
alt="CAD设计图"
class="w-full rounded-2xl shadow-2xl">
</div>
@@ -395,7 +395,7 @@
</div>
</div>
<div class="flex-1 max-w-2xl">
<img src="../data/会展策划/image/Whisk_e8f83d1a37.jpg"
<img src="../data/订单班文档资料/文旅/notion文稿/image/Whisk_e8f83d1a37.jpg"
alt="概念设计图"
class="w-full rounded-2xl shadow-2xl">
</div>
@@ -422,7 +422,7 @@
</div>
</div>
<div class="flex-1 max-w-2xl">
<img src="../data/会展策划/image/Whisk_be64a7b61f.jpg"
<img src="../data/订单班文档资料/文旅/notion文稿/image/Whisk_be64a7b61f.jpg"
alt="3D建模"
class="w-full rounded-2xl shadow-2xl">
</div>
@@ -455,7 +455,7 @@
</div>
</div>
<div class="flex-1 max-w-2xl">
<img src="../data/会展策划/image/Whisk_c478fe089d.jpg"
<img src="../data/订单班文档资料/文旅/notion文稿/image/Whisk_c478fe089d.jpg"
alt="最终方案"
class="w-full rounded-2xl shadow-2xl">
</div>