主要修复: - 恢复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>
41 lines
857 B
JSON
41 lines
857 B
JSON
{
|
|
"name": "utils-merge",
|
|
"version": "1.0.1",
|
|
"description": "merge() utility function",
|
|
"keywords": [
|
|
"util"
|
|
],
|
|
"author": {
|
|
"name": "Jared Hanson",
|
|
"email": "jaredhanson@gmail.com",
|
|
"url": "http://www.jaredhanson.net/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jaredhanson/utils-merge.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/jaredhanson/utils-merge/issues"
|
|
},
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"main": "./index",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"make-node": "0.3.x",
|
|
"mocha": "1.x.x",
|
|
"chai": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
|
|
}
|
|
}
|