diff --git a/other-module/canteen-device/raw-veg-processing-scale/02-weighing.html b/other-module/canteen-device/raw-veg-processing-scale/02-weighing.html deleted file mode 100644 index fad26c9..0000000 --- a/other-module/canteen-device/raw-veg-processing-scale/02-weighing.html +++ /dev/null @@ -1,604 +0,0 @@ - - - - - - 加工毛菜秤 - 称重录入 | 蚁熊智能餐养平台 - - - - -
- - ◀ 返回 称重录入 - -- -
- -
- -
- -
-
- 当前任务 - 切换任务 -
-
-
🥔
-
-
土豆
-
- 午餐 | 截止 10:30 -
-
-
-
-
-
- 3.0/5.0斤 -
-
-
- - -
- -
-
📇
-
-
AI 识别结果
-
等待放置食材...
-
-
- 待机 -
- - -
- 0.00 - -
请将食材放置秤上
-
- - -
- - -
-
-
- - -
- -
-
-
5
-
今日称重次数
-
-
-
15.6
-
总重量(斤)
-
-
-
3
-
完成品类
-
-
- - -
-
- 本次操作记录 - 共 0 条 -
-
-
-
📭
-
暂无称重记录
-
-
-
-
-
- -
- - - -/* 返回按钮:从哪来回哪去 */ -(function() { - var backBtn = document.getElementById('backBtn'); - if (backBtn) { - var params = new URLSearchParams(window.location.search); - var referer = params.get('referer'); - if (referer) { - backBtn.href = referer; - } else if (document.referrer && document.referrer.indexOf(window.location.hostname) !== -1) { - backBtn.href = document.referrer; - } else { - backBtn.href = 'index.html'; - } - } -})(); - - - diff --git a/other-module/canteen-device/raw-veg-processing-scale/03-washing.html b/other-module/canteen-device/raw-veg-processing-scale/03-washing.html deleted file mode 100644 index 77c5224..0000000 --- a/other-module/canteen-device/raw-veg-processing-scale/03-washing.html +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - 加工毛菜秤 - 清洗操作 | 蚁熊智能餐养平台 - - - - -
- - ◀ 返回 清洗操作 - -- -
- -
- -
- -
-
-
🥔
-
-
土豆
-
- 重量: 2.35斤 - 午餐 -
-
-
批次 #20260613-001
-
- - -
-
-
水温
-
18°C
-
-
-
清洗时长
-
8分钟
-
-
-
水流强度
-
中等
-
-
-
消毒液浓度
-
50ppm
-
-
-
- - -
- -
- - - - -
-
0%
-
等待开始
-
-
- - -
-
-
💧
-
浸泡
-
-
-
🌊
-
冲洗
-
-
-
-
消毒
-
-
-
🌬
-
沥水
-
-
- - -
- - - -
-
-
- - -
- -
-
-
3
-
今日已清洗
-
-
-
12.5斤
-
总重量
-
-
-
100%
-
合格率
-
-
- - -
-
- 待清洗队列 - 共 4 项 -
-
-
-
🍅
-
-
西红柿
-
2.8斤
-
- 待清洗 -
-
-
🥒
-
-
黄瓜
-
3.2斤
-
- 待清洗 -
-
-
🥕
-
-
胡萝卜
-
1.8斤
-
- 待清洗 -
-
-
🥬
-
-
大白菜
-
4.5斤
-
- 待清洗 -
-
-
-
-
- -
- - - -/* 返回按钮:从哪来回哪去 */ -(function() { - var backBtn = document.getElementById('backBtn'); - if (backBtn) { - var params = new URLSearchParams(window.location.search); - var referer = params.get('referer'); - if (referer) { - backBtn.href = referer; - } else if (document.referrer && document.referrer.indexOf(window.location.hostname) !== -1) { - backBtn.href = document.referrer; - } else { - backBtn.href = 'index.html'; - } - } -})(); - - - diff --git a/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md b/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md index db25692..b502c2a 100644 --- a/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md +++ b/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md @@ -1,5 +1,14 @@ # 加工毛菜秤 CHANGELOG +## [2026-06-16] refactor: 删除称重录入和清洗操作入口 + +### 删除 +- 首页移除「称重录入」和「清洗操作」两个功能卡片 +- 删除 `02-weighing.html`(称重录入页面) +- 删除 `03-washing.html`(清洗操作页面) + +--- + ## [2026-06-15] feat: 新增重新识别按钮 ### 新增 diff --git a/other-module/canteen-device/raw-veg-processing-scale/index.html b/other-module/canteen-device/raw-veg-processing-scale/index.html index 8210239..2d36f4c 100644 --- a/other-module/canteen-device/raw-veg-processing-scale/index.html +++ b/other-module/canteen-device/raw-veg-processing-scale/index.html @@ -43,22 +43,6 @@ - - ⚖️ -
-
称重录入
-
毛菜上秤AI识别、称重、确认提交
-
- -
- - 💧 -
-
清洗操作
-
清洗流程确认、进度跟踪
-
- -
📝