diff --git a/index.html b/index.html
index 5cb249f..bfda823 100644
--- a/index.html
+++ b/index.html
@@ -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:[] }
]}
];
diff --git a/other-module/mini-program/nutrition/ask-chat.html b/other-module/mini-program/nutrition/ask-chat.html
new file mode 100644
index 0000000..8792a43
--- /dev/null
+++ b/other-module/mini-program/nutrition/ask-chat.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+ AI对话 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
🤖
+
您好!我是您的 AI 营养助手。根据您的健康档案,我可以为您提供个性化的饮食建议。请问有什么可以帮您的?
+
+
+
+
🤖
+
根据您的营养档案分析,今天建议您午餐选择:
1. 🐟 清蒸鱼(142kcal)— 优质蛋白,低脂
2. 🥦 炒西兰花(68kcal)— 补充膳食纤维和维C
3. 🍚 杂粮饭(180kcal)— 低GI主食
这样搭配总热量约 390kcal,蛋白质充足,钠含量较低,适合您的健康目标。
+
+
+
+
🤖
+
针对轻度高血压,饮食上建议:
⚠️ 控钠:每日钠摄入 < 2000mg,避免腌制品
🥬 增钾:多吃绿叶蔬菜、香蕉、土豆
🐟 优质脂肪:选择深海鱼,补充 Omega-3
🚫 少油少盐:避免红烧肉等高钠菜品
今天食堂的清蒸鱼和炒西兰花都很适合您!
+
+
+
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/ask-history.html b/other-module/mini-program/nutrition/ask-history.html
new file mode 100644
index 0000000..6260412
--- /dev/null
+++ b/other-module/mini-program/nutrition/ask-history.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ 历史对话 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/ask-home.html b/other-module/mini-program/nutrition/ask-home.html
new file mode 100644
index 0000000..361f834
--- /dev/null
+++ b/other-module/mini-program/nutrition/ask-home.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+ AI营养助手 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/doc/CHANGELOG.md b/other-module/mini-program/nutrition/doc/CHANGELOG.md
new file mode 100644
index 0000000..474f0c9
--- /dev/null
+++ b/other-module/mini-program/nutrition/doc/CHANGELOG.md
@@ -0,0 +1,46 @@
+# 营养管理小程序 CHANGELOG
+
+## [1.0.0] - 2026-05-13
+
+### 新增
+- 从 `nutrition-prototype` 项目迁移智能餐养小程序原型至本项目
+- 按项目规范重构为独立自包含 HTML 文件(共 21 页)
+- 新增小程序特有样式:右上角胶囊按钮(三点菜单 + 关闭按钮)
+- 统一手机壳尺寸为 390×844(iPhone 14 规范)
+
+### 页面清单
+
+**吃模块(7页)**
+- `eat-home.html` — 首页(食堂选择、就餐记录、营养摘要)
+- `eat-nutrition.html` — 营养明细(营养素进度条、膳食宝塔、评分对比)
+- `eat-recipe.html` — 今日食谱(推荐列表、快捷操作)
+- `eat-dish-detail.html` — 菜品详情(营养成分、烹饪工艺、适合人群)
+- `eat-order.html` — 订餐(左侧分类 + 右侧菜品列表 + 购物车栏)
+- `eat-order-confirm.html` — 订单确认(取餐码、订单明细)
+- `eat-meal-record.html` — 就餐记录(按日期/餐次查看)
+
+**问模块(3页)**
+- `ask-home.html` — AI 营养助手首页(常见问题、输入框)
+- `ask-chat.html` — AI 对话详情(多轮对话展示)
+- `ask-history.html` — 历史对话列表
+
+**做模块(3页)**
+- `make-home.html` — 健康食谱社区首页(热门食谱卡片)
+- `make-follow.html` — 照做食谱详情(食材清单、制作步骤)
+- `make-create.html` — 创作食谱(表单编辑页)
+
+**我模块(6页)**
+- `me-home.html` — 个人中心(用户信息、快捷菜单)
+- `me-health.html` — 健康档案(BMI、过敏原、健康目标)
+- `me-orders.html` — 我的订单列表
+- `me-order-detail.html` — 订单详情(含溯源入口)
+- `me-wallet.html` — 我的余额(消费记录)
+- `me-settings.html` — 设置(通知、账号、隐私)
+
+**溯源模块(2页)**
+- `trace-query.html` — 扫码溯源(扫码入口、历史记录)
+- `trace-detail.html` — 溯源链路(时间线可视化、资质证书)
+
+### 变更
+- 更新 `index.html` SITE_MAP,修正 other-terminals 目录路径为 other-module
+- 小程序模块添加 21 个页面条目
diff --git a/other-module/mini-program/nutrition/eat-dish-detail.html b/other-module/mini-program/nutrition/eat-dish-detail.html
new file mode 100644
index 0000000..f2f8c60
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-dish-detail.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+ 菜品详情 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
🍗
+
+
+
+
+
+
+
烹饪工艺
+
🍳 爆炒 · 约8分钟 · 用油适中
+
🥬 食材:鸡胸肉120g、花生20g、干辣椒5g、葱姜蒜适量
+
+
+
+
适合人群
+
+ 成人
+ 健身人群
+
+
⚠ 痛风急性期慎食(含嘌呤)
+
+
+
🔍 查看食材溯源信息 ›
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/eat-home.html b/other-module/mini-program/nutrition/eat-home.html
new file mode 100644
index 0000000..c2ba596
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-home.html
@@ -0,0 +1,213 @@
+
+
+
+
+
+ 吃-首页 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/eat-meal-record.html b/other-module/mini-program/nutrition/eat-meal-record.html
new file mode 100644
index 0000000..6dbdc6c
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-meal-record.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+ 就餐记录 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
+ ‹
+ 2026年5月13日(今天)
+ ›
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/eat-nutrition.html b/other-module/mini-program/nutrition/eat-nutrition.html
new file mode 100644
index 0000000..518a961
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-nutrition.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+ 营养明细 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
+
+
+
📊 营养素明细
+
+
+
+
+
+
+
+
+
+ 不足(<60%)
+ 达标(60~100%)
+ 偏高(100~120%)
+ 超标(>120%)
+
+
+
+
+
+
🏛️ 膳食宝塔评估
+
+
+
+
+
+
+
+
+
+
+
📈 营养评分对比
+
+
⚠ 钠摄入偏高(130%),建议减少腌制品;膳食纤维不足,建议增加蔬菜
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/eat-order-confirm.html b/other-module/mini-program/nutrition/eat-order-confirm.html
new file mode 100644
index 0000000..27d499d
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-order-confirm.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+ 订单确认 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
✅
+
下单成功
+
请凭取餐码到窗口取餐
+
+
+
取餐码
+
A086
+
请在 30 分钟内取餐,超时将自动取消
+
+
+
订单详情
+
宫保鸡丁 ×1¥12
+
炒西兰花 ×1¥8
+
清蒸鱼 ×1¥18
+
合计¥38.00
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/eat-order.html b/other-module/mini-program/nutrition/eat-order.html
new file mode 100644
index 0000000..b1fff40
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-order.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+ 订餐 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/eat-recipe.html b/other-module/mini-program/nutrition/eat-recipe.html
new file mode 100644
index 0000000..f78944b
--- /dev/null
+++ b/other-module/mini-program/nutrition/eat-recipe.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+ 今日食谱 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/make-create.html b/other-module/mini-program/nutrition/make-create.html
new file mode 100644
index 0000000..b660f9c
--- /dev/null
+++ b/other-module/mini-program/nutrition/make-create.html
@@ -0,0 +1,142 @@
+
+
+
+
+
+ 创作食谱 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/make-follow.html b/other-module/mini-program/nutrition/make-follow.html
new file mode 100644
index 0000000..29e801d
--- /dev/null
+++ b/other-module/mini-program/nutrition/make-follow.html
@@ -0,0 +1,121 @@
+
+
+
+
+
+ 照做食谱 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
🥗
+
+
低脂鸡胸肉沙拉
+
👤 营养师小王 · 15分钟 · 220kcal
+
+ 低脂高蛋白减脂餐快手菜
+
+
+
+
+
食材清单
+
+
鸡胸肉150g
+
生菜100g
+
小番茄6颗
+
黄瓜半根
+
橄榄油5ml
+
黑胡椒适量
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/make-home.html b/other-module/mini-program/nutrition/make-home.html
new file mode 100644
index 0000000..d3ce318
--- /dev/null
+++ b/other-module/mini-program/nutrition/make-home.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+ 做-社区 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/me-health.html b/other-module/mini-program/nutrition/me-health.html
new file mode 100644
index 0000000..0845d26
--- /dev/null
+++ b/other-module/mini-program/nutrition/me-health.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+ 健康档案 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
👤
+
+
张三
+
男 · 32岁 · 172cm · 68kg
+
+
+
+
+
过敏/忌口
+
+ 🥜 花生过敏
+ 🦐 海鲜过敏
+ 🌶️ 少辣
+ 🧂 低盐
+
+
+
+
营养目标
+
每日热量2000 kcal
+
蛋白质≥60g
+
膳食纤维≥25g
+
饮水量≥2000ml
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/me-home.html b/other-module/mini-program/nutrition/me-home.html
new file mode 100644
index 0000000..a29c0d4
--- /dev/null
+++ b/other-module/mini-program/nutrition/me-home.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+ 个人中心 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/me-order-detail.html b/other-module/mini-program/nutrition/me-order-detail.html
new file mode 100644
index 0000000..76144bc
--- /dev/null
+++ b/other-module/mini-program/nutrition/me-order-detail.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+ 订单详情 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
✔
+
已完成
+
订单已完成,感谢您的用餐
+
+
+
+
+
+
+
+
+
+
+
订单商品
+
+ 低脂鸡胸肉沙拉×1
+ ¥18.0
+
+
+ 杂粮饭×1
+ ¥3.0
+
+
+ 紫菜蛋花汤×1
+ ¥7.5
+
+
+
+
+
+
商品小计¥28.5
+
优惠减免-¥0
+
实付金额¥28.5
+
+
+
+
+
订单信息
+
订单编号NT202605131042086
+
下单时间2026-05-13 10:42
+
支付方式微信支付
+
+
+
+
查看食材溯源信息
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/me-orders.html b/other-module/mini-program/nutrition/me-orders.html
new file mode 100644
index 0000000..5504c6b
--- /dev/null
+++ b/other-module/mini-program/nutrition/me-orders.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+ 我的订单 | 智能餐养小程序
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/me-settings.html b/other-module/mini-program/nutrition/me-settings.html
new file mode 100644
index 0000000..65aadb2
--- /dev/null
+++ b/other-module/mini-program/nutrition/me-settings.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+ 设置 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/me-wallet.html b/other-module/mini-program/nutrition/me-wallet.html
new file mode 100644
index 0000000..dc105b2
--- /dev/null
+++ b/other-module/mini-program/nutrition/me-wallet.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+ 我的余额 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
当前余额
+
¥256.50
+
+
+
+
+
+
+
+
最近交易
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/other-module/mini-program/nutrition/trace-detail.html b/other-module/mini-program/nutrition/trace-detail.html
new file mode 100644
index 0000000..0573fab
--- /dev/null
+++ b/other-module/mini-program/nutrition/trace-detail.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+ 溯源详情 | 智能餐养小程序
+
+
+
+
+
+
+
+
+
+
+
+
+
有机西兰花
+
+
批次号BL20260512
+
产地山东寿光有机农场
+
+
+
+
+
溯源链路
+
+
+
+
+
🌱 种植
+
2026-03-15
山东寿光有机农场
+
+
+
+
+
+
+
🧪 检测
+
2026-05-10
SGS检测中心 · 农残未检出
+
+
+
+
+
+
+
🚛 运输
+
2026-05-11
冷链物流 · 全程4°C
+
+
+
+
+
+
+
🏪 入库
+
2026-05-12
阳光食堂中央厨房
+
+
+
+
+
+
+
🍽️ 出餐
+
2026-05-12
阳光食堂
+
+
+
+
+
+
认证标识
+
+
有机认证
+
绿色食品
+
ISO22000
+
+
+
+
+
+
+
+
diff --git a/other-module/mini-program/nutrition/trace-query.html b/other-module/mini-program/nutrition/trace-query.html
new file mode 100644
index 0000000..6195e26
--- /dev/null
+++ b/other-module/mini-program/nutrition/trace-query.html
@@ -0,0 +1,111 @@
+
+
+
+
+
+ 扫码溯源 | 智能餐养小程序
+
+
+
+
+
+