This commit is contained in:
fengpu
2026-07-17 11:38:25 +08:00
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'}
] }
]}
];