diff --git a/index.html b/index.html
index bb1f5ce..5aa9945 100644
--- a/index.html
+++ b/index.html
@@ -887,7 +887,8 @@ const SITE_MAP = [
{label:'净菜包装贴标秤 · 包装任务', file:'clean-veg-packaging-labeler/01-orders.html'},
{label:'净菜包装贴标秤 · 包装作业', file:'clean-veg-packaging-labeler/02-labeling.html'},
{label:'净菜包装贴标秤 · 包装历史', file:'clean-veg-packaging-labeler/03-history.html'},
- {label:'净菜包装贴标秤 · 标签预览', file:'clean-veg-packaging-labeler/label-preview.html'}
+ {label:'净菜包装贴标秤 · 标签预览', file:'clean-veg-packaging-labeler/label-preview.html'},
+ {label:'LED餐品展示屏', file:'led-food-display/index.html'}
] },
{ name:'蓝牙称小程序', dir:'other-module/bluetooth-scale-miniprogram', entry:'index.html', prd:'other-module/bluetooth-scale-miniprogram/doc/PRD.md', done:true, pages:[
{ file:'doc/design-overview.html', label:'页面总览' },
diff --git a/other-module/canteen-device/index.html b/other-module/canteen-device/index.html
index dd14a8f..0a81d34 100644
--- a/other-module/canteen-device/index.html
+++ b/other-module/canteen-device/index.html
@@ -275,6 +275,12 @@
营养得分屏
个人营养评分与健康建议
+
+ 已设计
+ 📺
+ LED餐品展示屏
+ 餐品名称、每百克价格与热量滚动展示
+
diff --git a/other-module/canteen-device/led-food-display/doc/CHANGELOG.md b/other-module/canteen-device/led-food-display/doc/CHANGELOG.md
new file mode 100644
index 0000000..b34cd3e
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/doc/CHANGELOG.md
@@ -0,0 +1,18 @@
+# LED 餐品展示屏 CHANGELOG
+
+## 2026-07-29 | 初版创建
+
+### 新增
+- `index.html` — LED 餐品展示屏,4800×312 超宽长条屏,11 格横向布局
+ - 第 1 格:智养膳臻餐厅 LOGO(白底)
+ - 第 2-11 格:10 道餐品,每格全幅菜品插图 + 底部半透明白色信息卡片
+ - 信息卡:餐品名称(大黑粗体)+ 3 个绿色营养标签 + 百克价格 & 热量
+ - 格间 4px LED 模块分割条
+- `index.html` — 10 道菜品配本地 SVG 手绘插图,存于 `img/` 目录
+ - 01 宫保鸡丁 / 02 鱼香肉丝 / 03 番茄炒蛋 / 04 麻婆豆腐 / 05 红烧肉
+ - 06 清炒时蔬 / 07 糖醋排骨 / 08 水煮鱼 / 09 回锅肉 / 10 蒜蓉西兰花
+- `logo.jpg` — 智养膳臻餐厅 LOGO 图片
+
+### 导航同步
+- `canteen-device/index.html` — 营养用餐区新增「LED餐品展示屏」卡片
+- 根 `index.html` — SITE_MAP 新增条目
diff --git a/other-module/canteen-device/led-food-display/img/01-gongbaojiding.svg b/other-module/canteen-device/led-food-display/img/01-gongbaojiding.svg
new file mode 100644
index 0000000..f33037b
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/01-gongbaojiding.svg
@@ -0,0 +1,27 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/02-yuxiangrousi.svg b/other-module/canteen-device/led-food-display/img/02-yuxiangrousi.svg
new file mode 100644
index 0000000..7488163
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/02-yuxiangrousi.svg
@@ -0,0 +1,28 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/03-fanqiechaodan.svg b/other-module/canteen-device/led-food-display/img/03-fanqiechaodan.svg
new file mode 100644
index 0000000..7029e4a
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/03-fanqiechaodan.svg
@@ -0,0 +1,25 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/04-mapodoufu.svg b/other-module/canteen-device/led-food-display/img/04-mapodoufu.svg
new file mode 100644
index 0000000..df4a2c3
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/04-mapodoufu.svg
@@ -0,0 +1,32 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/05-hongshaorou.svg b/other-module/canteen-device/led-food-display/img/05-hongshaorou.svg
new file mode 100644
index 0000000..126e6af
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/05-hongshaorou.svg
@@ -0,0 +1,24 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/06-qingchaoshishu.svg b/other-module/canteen-device/led-food-display/img/06-qingchaoshishu.svg
new file mode 100644
index 0000000..1b22d97
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/06-qingchaoshishu.svg
@@ -0,0 +1,25 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/07-tangcupaigu.svg b/other-module/canteen-device/led-food-display/img/07-tangcupaigu.svg
new file mode 100644
index 0000000..c28d1c5
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/07-tangcupaigu.svg
@@ -0,0 +1,33 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/08-shuizhuyu.svg b/other-module/canteen-device/led-food-display/img/08-shuizhuyu.svg
new file mode 100644
index 0000000..a356cab
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/08-shuizhuyu.svg
@@ -0,0 +1,31 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/09-huiguorou.svg b/other-module/canteen-device/led-food-display/img/09-huiguorou.svg
new file mode 100644
index 0000000..ed93580
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/09-huiguorou.svg
@@ -0,0 +1,32 @@
+
diff --git a/other-module/canteen-device/led-food-display/img/10-suanrongxilanhua.svg b/other-module/canteen-device/led-food-display/img/10-suanrongxilanhua.svg
new file mode 100644
index 0000000..a4520d8
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/img/10-suanrongxilanhua.svg
@@ -0,0 +1,38 @@
+
diff --git a/other-module/canteen-device/led-food-display/index.html b/other-module/canteen-device/led-food-display/index.html
new file mode 100644
index 0000000..2d93f0a
--- /dev/null
+++ b/other-module/canteen-device/led-food-display/index.html
@@ -0,0 +1,227 @@
+
+
+
+
+
+ LED餐品展示屏 | 蚁熊智能餐养平台
+
+
+
+
+
+
+
+
diff --git a/other-module/canteen-device/led-food-display/logo.jpg b/other-module/canteen-device/led-food-display/logo.jpg
new file mode 100644
index 0000000..136838c
Binary files /dev/null and b/other-module/canteen-device/led-food-display/logo.jpg differ