Files
Agent-n8n/web_frontend/food-order-demo/node_modules/@pkgjs/parseargs/CHANGELOG.md
Yep_Q c3eb7125cc feat: 创建食品订单班演示系统基础框架
详细说明:
- 基于文旅订单班框架复制创建food-order-demo项目
- 修改端口配置为4174避免冲突
- 更新LandingPage为青莳轻食主题(绿色健康风格)
- 重新定义7个食品行业专业Agent:
  * 市场研究专家:轻食市场分析、客群画像
  * 营养配方师:营养成分配比、低卡高蛋白设计
  * 供应链管理专家:有机食材供应、溯源体系
  * 品牌策划师:品牌定位、店铺空间布局
  * 财务分析师:投资预算、ROI分析
  * 运营管理专家:运营流程、品控标准
  * 食品创业导师:中央协调、方案整合
- 创建专用启动脚本start.sh
- 验证系统可正常运行在端口4174
- 实现代码复用率90%,符合预期目标

影响文件: web_frontend/food-order-demo/
技术栈: React 18 + TypeScript + Tailwind CSS + Zustand
2025-09-28 10:32:44 +08:00

6.8 KiB

Changelog

0.11.0 (2022-10-08)

Features

0.10.0 (2022-07-21)

Features

  • add parsed meta-data to returned properties (#129) (91bfb4d)

0.9.1 (2022-06-20)

Bug Fixes

0.9.0 (2022-05-23)

⚠ BREAKING CHANGES

  • drop handling of electron arguments (#121)

Code Refactoring

0.8.0 (2022-05-16)

⚠ BREAKING CHANGES

  • switch type:string option arguments to greedy, but with error for suspect cases in strict mode (#88)
  • positionals now opt-in when strict:true (#116)
  • create result.values with null prototype (#111)

Features

  • create result.values with null prototype (#111) (9d539c3)
  • positionals now opt-in when strict:true (#116) (3643338)
  • switch type:string option arguments to greedy, but with error for suspect cases in strict mode (#88) (c2b5e72)

0.7.1 (2022-04-15)

Bug Fixes

0.7.0 (2022-04-13)

Features

0.6.0 (2022-04-11)

⚠ BREAKING CHANGES

  • rework results to remove redundant flags property and store value true for boolean options (#83)
  • switch to existing ERR_INVALID_ARG_VALUE (#97)

Code Refactoring

  • rework results to remove redundant flags property and store value true for boolean options (#83) (be153db)
  • switch to existing ERR_INVALID_ARG_VALUE (#97) (084a23f)

0.5.0 (2022-04-10)

⚠ BREAKING CHANGES

  • Require type to be specified for each supplied option (#95)

Features

  • Require type to be specified for each supplied option (#95) (02cd018)

0.4.0 (2022-03-12)

⚠ BREAKING CHANGES

  • parsing, revisit short option groups, add support for combined short and value (#75)
  • restructure configuration to take options bag (#63)

Code Refactoring

  • parsing, revisit short option groups, add support for combined short and value (#75) (a92600f)
  • restructure configuration to take options bag (#63) (b412095)

0.3.0 (2022-02-06)

Features

  • parser: support short-option groups (#59) (882067b)

0.2.0 (2022-02-05)

Features

Bug Fixes

0.1.1 (2022-01-25)

Bug Fixes

  • only use arrays in results for multiples (#42) (c357584)

0.1.0 (2022-01-22)

Features

  • expand scenarios covered by default arguments for environments (#20) (582ada7)
  • update readme and include contributing guidelines (8edd6fc)

Bug Fixes

  • do not strip excess leading dashes on long option names (#21) (f848590)
  • name & readme (3f057c1)
  • package.json values (9bac300)
  • update readme name (957d8d9)

Build System