From 0da2f875050050facff21293bbe37d3939fe740c Mon Sep 17 00:00:00 2001 From: zhangyan Date: Tue, 16 Jun 2026 08:33:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8A=A0=E5=B7=A5=E6=AF=9B?= =?UTF-8?q?=E8=8F=9C=E7=A7=A4=E9=A6=96=E9=A1=B5=E5=88=A0=E9=99=A4=E3=80=8C?= =?UTF-8?q?=E7=A7=B0=E9=87=8D=E5=BD=95=E5=85=A5=E3=80=8D=E5=92=8C=E3=80=8C?= =?UTF-8?q?=E6=B8=85=E6=B4=97=E6=93=8D=E4=BD=9C=E3=80=8D=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除这两个功能卡片及对应的子页面文件(02-weighing.html、03-washing.html), 仅保留员工登录、今日清洗任务、清洗记录、设备设置四个入口。 Co-Authored-By: Claude Opus 4.6 --- .../raw-veg-processing-scale/02-weighing.html | 604 ------------------ .../raw-veg-processing-scale/03-washing.html | 538 ---------------- .../raw-veg-processing-scale/doc/CHANGELOG.md | 9 + .../raw-veg-processing-scale/index.html | 16 - 4 files changed, 9 insertions(+), 1158 deletions(-) delete mode 100644 other-module/canteen-device/raw-veg-processing-scale/02-weighing.html delete mode 100644 other-module/canteen-device/raw-veg-processing-scale/03-washing.html 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识别、称重、确认提交
-
- -
- - 💧 -
-
清洗操作
-
清洗流程确认、进度跟踪
-
- -
📝