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 @@
+
+
+
+
+
+蓝牙称小程序 - 页面设计总览
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1. 主页-设备Tab(main.html)— 3 种状态 + 4 弹窗
+
+
+ 2. 搜索设备与WiFi连接
+
+
+ 3. 成员管理(device-members.html)— 2 种状态 + 2 弹窗
+
+
+ 4. 添加成员(add-member.html)— 1 页 + 1 弹窗
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
×
+
![]()
+
+
+
+
+
+
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