feat: 新增蓝牙体重秤小程序原型页面,更新工单详情及导航

- 新增 other-module/bluetooth-scale-miniprogram/ 11个原型页面(首页、主页、搜索设备、WiFi连接、数据详情、成员管理等)

- 工单详情页新增目的地和备注信息字段

- index.html 站点导航新增蓝牙称小程序入口

- .gitignore 新增 .zcode/ 本地工作目录忽略规则
This commit is contained in:
liuyunqin
2026-07-16 17:30:08 +08:00
parent d5b3e52ed4
commit 6c6e92219a
14 changed files with 3248 additions and 0 deletions
+8
View File
@@ -998,6 +998,14 @@ const SITE_MAP = [
{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'}
] },
{ name:'蓝牙称小程序', dir:'other-module/bluetooth-scale-miniprogram', entry:'index.html', done:true, pages:[
{label:'登录页', file:'index.html'},
{label:'主页(四Tab', file:'main.html'},
{label:'搜索设备', file:'search-device.html'},
{label:'WiFi连接', file:'wifi-connect.html'},
{label:'测量数据详情', file:'data-detail.html'},
{label:'设备成员管理', file:'device-members.html'}
] }
]}
];