feat: 营养管理小程序原型迁移(21页独立HTML)

将营养管理小程序从SPA架构迁移为21个独立自包含HTML原型页面,
覆盖吃/问/做/我四大模块及溯源功能,适配墨刀导入规范。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
冯普
2026-05-13 14:13:36 +08:00
co-authored by Claude Opus 4.6
parent 7470370c6c
commit 5b94b66e04
23 changed files with 2746 additions and 5 deletions
+27 -5
View File
@@ -645,11 +645,33 @@ const SITE_MAP = [
]
},
{ id:'other-terminals', label:'其他终端', icon:'other', color:'#b37feb', modules:[
{ name:'营养管理小程序', dir:'other-terminals/mini-program', pages:[] },
{ name:'西安应急中心大屏', dir:'other-terminals/emergency-screen/xian-center', pages:[] },
{ name:'标准版中心大屏', dir:'other-terminals/emergency-screen/standard-center', pages:[] },
{ name:'九厂应急中心大屏', dir:'other-terminals/emergency-screen/jiuchang-center', pages:[] },
{ name:'医疗点PAD端', dir:'other-terminals/medical-pad', pages:[] }
{ name:'营养管理小程序', dir:'other-module/mini-program/nutrition', entry:'eat-home.html', pages:[
{label:'吃-首页', file:'eat-home.html'},
{label:'营养明细', file:'eat-nutrition.html'},
{label:'今日食谱', file:'eat-recipe.html'},
{label:'菜品详情', file:'eat-dish-detail.html'},
{label:'订餐', file:'eat-order.html'},
{label:'订单确认', file:'eat-order-confirm.html'},
{label:'就餐记录', file:'eat-meal-record.html'},
{label:'AI营养助手', file:'ask-home.html'},
{label:'AI对话', file:'ask-chat.html'},
{label:'历史对话', file:'ask-history.html'},
{label:'做-社区', file:'make-home.html'},
{label:'照做食谱', file:'make-follow.html'},
{label:'创作食谱', file:'make-create.html'},
{label:'个人中心', file:'me-home.html'},
{label:'健康档案', file:'me-health.html'},
{label:'我的订单', file:'me-orders.html'},
{label:'订单详情', file:'me-order-detail.html'},
{label:'我的余额', file:'me-wallet.html'},
{label:'设置', file:'me-settings.html'},
{label:'扫码溯源', file:'trace-query.html'},
{label:'溯源链路', file:'trace-detail.html'}
] },
{ name:'西安应急中心大屏', dir:'other-module/emergency-screen/xian-center', pages:[] },
{ name:'标准版中心大屏', dir:'other-module/emergency-screen/standard-center', pages:[] },
{ name:'九厂应急中心大屏', dir:'other-module/emergency-screen/jiuchang-center', pages:[] },
{ name:'医疗点PAD端', dir:'other-module/medical-pad', pages:[] }
]}
];