docs: 健康监测模块PRD文档与页面优化

- 生成web-admin健康监测PRD文档(81页)及全量截图
- 生成employee-app健康监测PRD文档(28页)及全量截图
- 修复archive-unit.html表头重复和统计行列数不对齐问题
- 重构archive-algorithm.html匹配实际设计稿
- 更新index.html导航页添加健康监测PRD链接和完成状态
- 优化多个二级详情页面的筛选条件和表格结构

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 20:53:09 +08:00
co-authored by Claude Opus 4.6
parent adbf247ea2
commit 104016f07a
124 changed files with 2286 additions and 299 deletions
+9 -5
View File
@@ -289,7 +289,7 @@ const SITE_MAP = [
{ file:'ano-result.html', label:'结果异常' }
]},
{ name:'运动管理', dir:'web-admin/exercise', pages:[] },
{ name:'健康监测', dir:'web-admin/health-monitor', entry:'archive-personal.html', pages:[
{ name:'健康监测', dir:'web-admin/health-monitor', entry:'archive-personal.html', prd:'web-admin/health-monitor/doc/PRD.md', done:true, pages:[
{ file:'archive-personal.html', label:'个人监测数据' },
{ file:'archive-unit.html', label:'单位报表数据' },
{ file:'archive-unit-health-checkup-detail.html', label:'单位报表-健康排查详情' },
@@ -511,20 +511,24 @@ const SITE_MAP = [
{ name:'体重管理', dir:'employee-app/weight-management', pages:[] },
{ name:'营养管理', dir:'employee-app/nutrition', pages:[] },
{ name:'运动管理', dir:'employee-app/exercise', pages:[] },
{ name:'健康监测', dir:'employee-app/health-monitor', entry:'index.html', pages:[
{ name:'健康监测', dir:'employee-app/health-monitor', entry:'index.html', prd:'employee-app/health-monitor/doc/PRD.md', done:true, pages:[
{ file:'index.html', label:'健康监测主页' },
{ file:'wearable/index.html', label:'穿戴监测首页' },
{ file:'wearable/steps.html', label:'步数详情' },
{ file:'wearable/sleep.html', label:'睡眠详情' },
{ file:'wearable/heart-rate.html', label:'心率详情' },
{ file:'wearable/heart-rate-alerts.html', label:'心率预警历史' },
{ file:'wearable/temperature.html', label:'体温详情' },
{ file:'wearable/temperature-alerts.html', label:'体温预警历史' },
{ file:'wearable/blood-oxygen.html', label:'血氧详情' },
{ file:'wearable/blood-oxygen-alerts.html', label:'血氧预警历史' },
{ file:'wearable/blood-pressure.html', label:'血压详情' },
{ file:'wearable/blood-pressure-alerts.html', label:'血压预警历史' },
{ file:'wearable/temperature.html', label:'体温详情' },
{ file:'wearable/temperature-alerts.html', label:'体温预警历史' },
{ file:'wearable/stress.html', label:'压力详情' },
{ file:'wearable/stress-alerts.html', label:'压力预警历史' },
{ file:'wearable/exercise.html', label:'锻炼详情' },
{ file:'wearable/ecg.html', label:'心电图列表' },
{ file:'wearable/ecg-detail.html', label:'心电图详情' },
{ file:'wearable/exercise.html', label:'锻炼记录' },
{ file:'health-screening/index.html', label:'健康排查首页' },
{ file:'health-screening/questionnaire-fill.html', label:'每日打卡填写' },
{ file:'health-screening/questionnaire-setting.html', label:'题目设置' },