diff --git a/index.html b/index.html index 41d1dfb..1e5e4bc 100644 --- a/index.html +++ b/index.html @@ -889,6 +889,7 @@ const SITE_MAP = [ {label:'净菜包装贴标秤 · 标签预览', file:'clean-veg-packaging-labeler/label-preview.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:'页面总览' }, {label:'登录页', file:'index.html'}, {label:'完善个人信息', file:'profile-complete.html'}, {label:'主页(四Tab)', file:'main.html'}, diff --git a/other-module/bluetooth-scale-miniprogram/doc/design-overview.html b/other-module/bluetooth-scale-miniprogram/doc/design-overview.html new file mode 100644 index 0000000..d501be8 --- /dev/null +++ b/other-module/bluetooth-scale-miniprogram/doc/design-overview.html @@ -0,0 +1,289 @@ + + + + + +蓝牙称小程序 - 页面设计总览 + + + + + + + + +
+
+

一、登录与信息完善

+ 2 +
+
+
+
+
登录页 · 微信一键登录
+
默认状态
+
+
+
+
完善个人信息 · 新用户首次
+
默认状态
+
+
+
+ +
+ + +
+
+

二、首页

+ 1 +
+
+
+
+
主页 · 首页Tab · 设备概览+最近测量
+
Tab 内页
+
+
+
+ +
+ + +
+
+

三、设备管理

+ 11 +
+ +
1. 主页-设备Tab(main.html)— 3 种状态 + 4 弹窗
+
+
+
+
设备Tab · 已配对设备列表
+
默认状态
+
+
+
+
设备Tab · 未绑定空状态
+
空状态
+
+
+
+
设备Tab · 运维模式(连点标题5次)
+
运维模式
+
+
+
+
连接设备弹窗 · loading
+
弹窗
+
+
+
+
数据补传弹窗 · 上传中
+
弹窗
+
+
+
+
数据补传弹窗 · 已上传
+
弹窗状态变体
+
+
+
+
取消配对确认弹窗
+
弹窗
+
+
+ +
2. 搜索设备与WiFi连接
+
+
+
+
搜索设备 · 脉冲动画+设备列表
+
默认状态
+
+
+
+
WiFi连接 · 搜索动画+WiFi列表
+
默认状态
+
+
+ +
3. 成员管理(device-members.html)— 2 种状态 + 2 弹窗
+
+
+
+
成员管理 · 已录入成员列表
+
默认状态
+
+
+
+
成员管理 · 空状态(0成员)
+
空状态
+
+
+
+
同步成员至设备弹窗 · 同步中
+
弹窗
+
+
+
+
同步成员至设备弹窗 · 已完成
+
弹窗状态变体
+
+
+
+
删除成员确认弹窗
+
弹窗
+
+
+ +
4. 添加成员(add-member.html)— 1 页 + 1 弹窗
+
+
+
+
添加成员 · 员工/家庭成员表单
+
默认状态
+
+
+
+
已有成员选择器弹窗 · 底部弹出
+
弹窗
+
+
+
+ +
+ + +
+
+

四、数据查看

+ 2 +
+
+
+
+
主页 · 数据Tab · 体重记录与统计
+
Tab 内页
+
+
+
+
切换用户弹窗 · 底部成员列表
+
弹窗
+
+
+
+
详细报告 · 身体成分完整指标
+
默认状态
+
+
+
+ +
+ + +
+
+

五、我的

+ 4 +
+
+
+
+
主页 · 我的Tab · 个人中心入口
+
Tab 内页
+
+
+
+
个人信息 · 详细信息查看
+
默认状态
+
+
+
+
帮助中心 · FAQ分类列表
+
默认状态
+
+
+
+
帮助详情 · 单条解答
+
默认状态
+
+
+
+ +
+ + + + + + + diff --git a/other-module/bluetooth-scale-miniprogram/doc/screenshots/add-member-picker.jpg b/other-module/bluetooth-scale-miniprogram/doc/screenshots/add-member-picker.jpg new file mode 100644 index 0000000..8d96298 Binary files /dev/null and b/other-module/bluetooth-scale-miniprogram/doc/screenshots/add-member-picker.jpg differ diff --git a/other-module/bluetooth-scale-miniprogram/doc/screenshots/data-detail.jpg b/other-module/bluetooth-scale-miniprogram/doc/screenshots/data-detail.jpg index 98bfef7..e22967e 100644 Binary files a/other-module/bluetooth-scale-miniprogram/doc/screenshots/data-detail.jpg and b/other-module/bluetooth-scale-miniprogram/doc/screenshots/data-detail.jpg differ diff --git a/other-module/bluetooth-scale-miniprogram/doc/screenshots/help-center.jpg b/other-module/bluetooth-scale-miniprogram/doc/screenshots/help-center.jpg index dc30bab..9704665 100644 Binary files a/other-module/bluetooth-scale-miniprogram/doc/screenshots/help-center.jpg and b/other-module/bluetooth-scale-miniprogram/doc/screenshots/help-center.jpg differ diff --git a/other-module/bluetooth-scale-miniprogram/doc/screenshots/main-device-maintain.jpg b/other-module/bluetooth-scale-miniprogram/doc/screenshots/main-device-maintain.jpg new file mode 100644 index 0000000..398741c Binary files /dev/null and b/other-module/bluetooth-scale-miniprogram/doc/screenshots/main-device-maintain.jpg differ diff --git a/other-module/bluetooth-scale-miniprogram/doc/screenshots/main-unpair-dialog.jpg b/other-module/bluetooth-scale-miniprogram/doc/screenshots/main-unpair-dialog.jpg new file mode 100644 index 0000000..832105b Binary files /dev/null and b/other-module/bluetooth-scale-miniprogram/doc/screenshots/main-unpair-dialog.jpg differ diff --git a/other-module/bluetooth-scale-miniprogram/doc/screenshots/main.jpg b/other-module/bluetooth-scale-miniprogram/doc/screenshots/main.jpg index 2ad7299..8d7bfc6 100644 Binary files a/other-module/bluetooth-scale-miniprogram/doc/screenshots/main.jpg and b/other-module/bluetooth-scale-miniprogram/doc/screenshots/main.jpg differ