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:
@@ -462,7 +462,7 @@
|
||||
</section>
|
||||
|
||||
<!-- Detailed Risk Analysis -->
|
||||
<section class="py-20 bg-gray-50" style="background-image: url('../../data/会展策划/image/风险管理.jpg'); background-size: cover; background-position: center; background-attachment: fixed;">
|
||||
<section class="py-20 bg-gray-50" style="background-image: url('../../data/订单班文档资料/文旅/notion文稿/image/风险管理.jpg'); background-size: cover; background-position: center; background-attachment: fixed;">
|
||||
<div class="bg-gray-50/95 backdrop-blur-sm py-20">
|
||||
<div class="container mx-auto px-6">
|
||||
<h2 class="text-4xl font-bold text-center mb-12">重点风险详细分析</h2>
|
||||
|
||||
Reference in New Issue
Block a user