主要修复: - 恢复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>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "debug",
|
|
"version": "2.6.9",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/visionmedia/debug.git"
|
|
},
|
|
"description": "small debugging utility",
|
|
"keywords": [
|
|
"debug",
|
|
"log",
|
|
"debugger"
|
|
],
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"contributors": [
|
|
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
|
|
"Andrew Rhyne <rhyneandrew@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "9.0.3",
|
|
"chai": "^3.5.0",
|
|
"concurrently": "^3.1.0",
|
|
"coveralls": "^2.11.15",
|
|
"eslint": "^3.12.1",
|
|
"istanbul": "^0.4.5",
|
|
"karma": "^1.3.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
|
"karma-sinon": "^1.0.5",
|
|
"mocha": "^3.2.0",
|
|
"mocha-lcov-reporter": "^1.2.0",
|
|
"rimraf": "^2.5.4",
|
|
"sinon": "^1.17.6",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"main": "./src/index.js",
|
|
"browser": "./src/browser.js",
|
|
"component": {
|
|
"scripts": {
|
|
"debug/index.js": "browser.js",
|
|
"debug/debug.js": "debug.js"
|
|
}
|
|
}
|
|
}
|