主要功能: - 修改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>
43 lines
973 B
JSON
43 lines
973 B
JSON
{
|
|
"name": "cookie",
|
|
"version": "1.0.2",
|
|
"description": "HTTP server cookie parsing and serialization",
|
|
"keywords": [
|
|
"cookie",
|
|
"cookies"
|
|
],
|
|
"repository": "jshttp/cookie",
|
|
"license": "MIT",
|
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
|
"contributors": [
|
|
"Douglas Christopher Wilson <doug@somethingdoug.com>"
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"scripts": {
|
|
"bench": "vitest bench",
|
|
"build": "ts-scripts build",
|
|
"format": "ts-scripts format",
|
|
"prepare": "ts-scripts install",
|
|
"prepublishOnly": "npm run build",
|
|
"specs": "ts-scripts specs",
|
|
"test": "ts-scripts test"
|
|
},
|
|
"devDependencies": {
|
|
"@borderless/ts-scripts": "^0.15.0",
|
|
"@vitest/coverage-v8": "^2.1.2",
|
|
"top-sites": "1.1.194",
|
|
"typescript": "^5.6.2",
|
|
"vitest": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"ts-scripts": {
|
|
"project": "tsconfig.build.json"
|
|
}
|
|
}
|