docs: 体重管理员工端设计总览重构(总览页按目标承诺与签署/体重主页/每日打卡/历史记录/建议与报告/蓝牙设备六大主线重排并改密卡片尺寸与横屏卡片样式,页面清单全面切换到 weight-main-v2/goal-management-v2 等 v2 新版页面,新增 playwright 统一截图脚本 screenshot-weight.mjs 并按其重新生成全部截图,首页站点地图体重管理条目同步更新为 v2 页面列表)
This commit is contained in:
+25
-18
@@ -608,26 +608,33 @@ const SITE_MAP = [
|
||||
] },
|
||||
{ name:'体重管理', dir:'employee-app/weight-management', entry:'weight-main-v2.html', prd:'employee-app/weight-management/doc/PRD.md', done:true, pages:[
|
||||
{ file:'doc/design-overview.html', label:'页面总览' },
|
||||
{ file:'weight-main.html', label:'体重管理主页' },
|
||||
{ file:'weight-ranking.html', label:'排行榜' },
|
||||
{ file:'eat-checkin.html', label:'吃打卡' },
|
||||
{ file:'eat-history.html', label:'摄入记录历史' },
|
||||
{ file:'goal-commitment.html', label:'目标承诺' },
|
||||
{ file:'basic-info.html', label:'基本信息' },
|
||||
{ file:'indicators-diseases.html', label:'指标慢病' },
|
||||
{ file:'goal-management.html', label:'目标管理' },
|
||||
{ file:'activity-detail.html', label:'活动详情' },
|
||||
{ file:'contraindications.html', label:'禁忌证' },
|
||||
{ file:'promise-signing.html', label:'承诺签订' },
|
||||
{ file:'weight-main-v2.html', label:'体重管理主页' },
|
||||
{ file:'goal-management-v2.html', label:'目标管理' },
|
||||
{ file:'goal-detail-v2.html', label:'目标详情' },
|
||||
{ file:'goal-history-v2.html', label:'历史目标' },
|
||||
{ file:'promise-signing.html', label:'签订承诺' },
|
||||
{ file:'my-promise.html', label:'我的承诺书' },
|
||||
{ file:'balance-history.html', label:'吃动平衡历史' },
|
||||
{ file:'weight-history.html', label:'体重记录历史' },
|
||||
{ file:'activity-detail.html', label:'活动详情' },
|
||||
{ file:'basic-info.html', label:'基本信息' },
|
||||
{ file:'eat-checkin-v2.html', label:'吃打卡' },
|
||||
{ file:'exercise-checkin-v2.html', label:'动打卡' },
|
||||
{ file:'scan-checkin.html', label:'拍照识别打卡' },
|
||||
{ file:'eat-detail-v2.html', label:'摄入记录' },
|
||||
{ file:'exercise-detail-v2.html', label:'消耗记录' },
|
||||
{ file:'eat-exercise-detail-v2.html', label:'吃动平衡明细' },
|
||||
{ file:'weight-detail-v2.html', label:'体重明细' },
|
||||
{ file:'report-detail.html', label:'测量报告详情' },
|
||||
{ file:'body-fat-report.html', label:'体脂报告' },
|
||||
{ file:'height-scale-report.html', label:'身高测量报告' },
|
||||
{ file:'diet-advice-v2.html', label:'膳食建议' },
|
||||
{ file:'exercise-advice-v2.html', label:'运动建议' },
|
||||
{ file:'weight-record-detail-v2.html', label:'体重记录明细' },
|
||||
{ file:'weight-report.html', label:'体重报告' },
|
||||
{ file:'diet-advice.html', label:'膳食建议' },
|
||||
{ file:'exercise-advice.html', label:'运动建议' },
|
||||
{ file:'exercise-checkin.html', label:'动打卡' },
|
||||
{ file:'exercise-history.html', label:'消耗记录' },
|
||||
{ file:'weight-checkin.html', label:'重打卡' }
|
||||
{ file:'weight-ranking.html', label:'排行榜' },
|
||||
{ file:'bluetooth-scale-v2.html', label:'蓝牙秤管理' },
|
||||
{ file:'bluetooth-device-members-v2.html', label:'蓝牙设备成员管理' },
|
||||
{ file:'bluetooth-search-v2.html', label:'蓝牙搜索' },
|
||||
{ file:'bluetooth-wifi-v2.html', label:'设备配网' }
|
||||
] },
|
||||
{ name:'营养管理', dir:'employee-app/nutrition', pages:[] },
|
||||
{ name:'运动管理', dir:'employee-app/exercise', pages:[] },
|
||||
|
||||
Reference in New Issue
Block a user