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:
@@ -74,7 +74,12 @@
|
||||
"mcp__playwright__browser_press_key",
|
||||
"Bash(do sed -i '' 's|href=\"\"pages/|href=\"\"|g' \"$file\")",
|
||||
"Bash(do sed -i '' 's|href=\"\"pages/|href=\"\"|g; s|href=\"\"\\.\\./index\\.html\"\"|href=\"\"index.html\"\"|g' \"$file\")",
|
||||
"Bash(head:*)"
|
||||
"Bash(head:*)",
|
||||
"Bash(do mv \"$file\" \"$file%.jpeg.jpg\")",
|
||||
"Bash(\"/Users/xiaoqi/Documents/Dev/Project/2025-09-08_n8nDEMO演示/data/订单班文档资料/土木/notion文稿/rename_images.sh\")",
|
||||
"Bash(npx tsc:*)",
|
||||
"Bash(pnpm run type-check:*)",
|
||||
"Bash(do echo \"=== $file.ts ===\")"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": [],
|
||||
|
||||
Reference in New Issue
Block a user