{"chunk_id": "nas-sk:513b04709e47:3093af0c:0001:67d8c33c25c406cc", "chunk_seq": 1, "created_at": "2026-05-21T10:56:02+08:00", "heading": "web-ecommerce-pricing-system", "source_mtime": 1779329856, "source_path": "/Users/bot1/Volumes/root_for_ai/00_共享区/共享知识库/原始资料/08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_rel": "08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_sha256": "513b04709e47a0cd3da946de3034fb67763762aa5cc9e1d65e82fab15ce5e25f", "text": "# web-ecommerce-pricing-system\n\n- Repo URL: ssh://git@192.168.1.4:2222/qianliyun/web-ecommerce-pricing-system.git\n- Local path: /Users/bot1/AI Work/02_projects/active/web-ecommerce-pricing-system\n- Machine/Profile: bot1/finance + project maintainers\n- Owner/Requester: 钱丽云 / 朱潇潇 / studio robots\n- Task type: web app + finance pricing calculator\n- Status: active\n- Last updated: 2026-05-21T10:17:10+08:00\n- Latest branch/commit: main / c320d8a", "title": "web-ecommerce-pricing-system"}
{"chunk_id": "nas-sk:513b04709e47:3093af0c:0002:2ccee206c1dda2e6", "chunk_seq": 2, "created_at": "2026-05-21T10:56:02+08:00", "heading": "Purpose", "source_mtime": 1779329856, "source_path": "/Users/bot1/Volumes/root_for_ai/00_共享区/共享知识库/原始资料/08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_rel": "08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_sha256": "513b04709e47a0cd3da946de3034fb67763762aa5cc9e1d65e82fab15ce5e25f", "text": "## Purpose\n电商产品定价计算系统。当前仓库是从云服务器运行版本导入的本地权威维护副本，并已接入飞书/Hermes 调用：用户在飞书里提供工厂采购价、建议零售价、国博线下结算价、折扣、运费、投放费率等字段时，助手可直接调用脚本计算电商利润和国博线下利润。", "title": "web-ecommerce-pricing-system"}
{"chunk_id": "nas-sk:513b04709e47:3093af0c:0003:3f12243c71f766d7", "chunk_seq": 3, "created_at": "2026-05-21T10:56:02+08:00", "heading": "Current authoritative description", "source_mtime": 1779329856, "source_path": "/Users/bot1/Volumes/root_for_ai/00_共享区/共享知识库/原始资料/08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_rel": "08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_sha256": "513b04709e47a0cd3da946de3034fb67763762aa5cc9e1d65e82fab15ce5e25f", "text": "## Current authoritative description\nThe repo root `REPO_DESCRIPTION.md` is the source of truth for detailed evolving state.", "title": "web-ecommerce-pricing-system"}
{"chunk_id": "nas-sk:513b04709e47:3093af0c:0004:624082dcc201ae94", "chunk_seq": 4, "created_at": "2026-05-21T10:56:02+08:00", "heading": "Latest maintenance note", "source_mtime": 1779329856, "source_path": "/Users/bot1/Volumes/root_for_ai/00_共享区/共享知识库/原始资料/08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_rel": "08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_sha256": "513b04709e47a0cd3da946de3034fb67763762aa5cc9e1d65e82fab15ce5e25f", "text": "## Latest maintenance note\n2026-05-21：新增 `pricing_core.py` 作为无 Flask/MySQL 依赖的纯算法模块；网页后端和飞书命令行脚本共用同一套公式。新增 `scripts/feishu_pricing_calc.py`，默认输出飞书可读 Markdown，支持 JSON 输出；新增 `docs/FEISHU_PRICING_CALCULATOR.md` 说明调用方式。验证示例：工厂价 72、零售价 198、82 折、运费 5.5、投放 10% 输出成交价 162.36、电商总成本 133.21、利润 29.15，与原算法一致。\n2026-05-21：根据用户要求增强飞书直观展示，`scripts/feishu_pricing_calc.py` 输出增加推荐关注折扣、低利润风险提示、82 折/中间档位基准成本结构、各折扣成本占比、扣团队后利润、状态灯和利润条；文档与 `REPO_DESCRIPTION.md` 已同步更新。最新提交 `c320d8a feat: improve Feishu pricing visualization` 已推送。", "title": "web-ecommerce-pricing-system"}
{"chunk_id": "nas-sk:513b04709e47:3093af0c:0005:a3d0b0c1e12dbf84", "chunk_seq": 5, "created_at": "2026-05-21T10:56:02+08:00", "heading": "Search keywords", "source_mtime": 1779329856, "source_path": "/Users/bot1/Volumes/root_for_ai/00_共享区/共享知识库/原始资料/08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_rel": "08_机器人协作经验库/远程仓库任务映射/web-ecommerce-pricing-system.md", "source_sha256": "513b04709e47a0cd3da946de3034fb67763762aa5cc9e1d65e82fab15ce5e25f", "text": "## Search keywords\nAI Work, Git, Gitea, repository mapping, web-ecommerce-pricing-system, 电商定价系统, 电商产品定价计算系统, 飞书调用, 国博, 国家博物馆, 供货价, 工厂采购价, 建议零售价, 国博线下结算价, 电商成本, 利润率, 不同折扣率, 成本占比, 利润条, pricing_core, feishu_pricing_calc", "title": "web-ecommerce-pricing-system"}
