主要功能: - 修改RequirementModal支持12个订单班选择 - 添加OrderClassIconMap图标映射组件 - Store中添加selectedOrderClass状态管理 - WorkflowPage支持传递orderClass参数 - web_result添加URL参数切换功能 - 创建order-class-handler.js动态处理页面主题 技术改进: - 创建软链接关联订单班数据目录 - 生成wenlu.json和food.json数据结构 - 删除重复的web_result目录 - 添加测试页面test-order-class.html 影响范围: - 展会策划系统现支持12个订单班 - 结果展示页面自动适配不同订单班主题 - 用户可选择不同行业生成对应方案 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
46 lines
1017 B
JSON
46 lines
1017 B
JSON
{
|
|
"name": "any-promise",
|
|
"version": "1.3.0",
|
|
"description": "Resolve any installed ES6 compatible promise",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"browser": {
|
|
"./register.js": "./register-shim.js"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kevinbeaty/any-promise"
|
|
},
|
|
"keywords": [
|
|
"promise",
|
|
"es6"
|
|
],
|
|
"author": "Kevin Beaty",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/kevinbeaty/any-promise/issues"
|
|
},
|
|
"homepage": "http://github.com/kevinbeaty/any-promise",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"ava": "^0.14.0",
|
|
"bluebird": "^3.0.0",
|
|
"es6-promise": "^3.0.0",
|
|
"is-promise": "^2.0.0",
|
|
"lie": "^3.0.0",
|
|
"mocha": "^2.0.0",
|
|
"native-promise-only": "^0.8.0",
|
|
"phantomjs-prebuilt": "^2.0.0",
|
|
"pinkie": "^2.0.0",
|
|
"promise": "^7.0.0",
|
|
"q": "^1.0.0",
|
|
"rsvp": "^3.0.0",
|
|
"vow": "^0.4.0",
|
|
"when": "^3.0.0",
|
|
"zuul": "^3.0.0"
|
|
}
|
|
}
|