fix: 统一文旅订单班数据路径引用

详细说明:
- 修复文旅HTML中的data路径从'../data/'改为'data/'
- 移除app.js中的兼容性路由,统一使用标准路径
- 确保文旅和食品订单班的资源引用一致性
- 文旅使用: data/订单班文档资料/文旅/...
- 食品使用: images/... 和 agent-avatars/...

影响文件:
- order-classes/wenlu/*.html (7个文件)
- app.js (移除/order-class/data兼容路由)

🤖 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-09 10:35:45 +08:00
parent 4287a35826
commit cb9bf5ad74
12 changed files with 52 additions and 48 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/订单班文档资料/文旅/notion文稿/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/订单班文档资料/文旅/notion文稿/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/订单班文档资料/文旅/notion文稿/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/订单班文档资料/文旅/notion文稿/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/订单班文档资料/文旅/notion文稿/image/Whisk_c478fe089d.jpg"
<img src="data/订单班文档资料/文旅/notion文稿/image/Whisk_c478fe089d.jpg"
alt="最终方案"
class="w-full rounded-2xl shadow-2xl">
</div>