From dc9b939f46eb12366b0daa7a807d884e81363d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9F=B5=E7=90=B4?= <757188142@qq.com> Date: Mon, 25 May 2026 20:04:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=8E=AF=E5=A2=83=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E9=A1=B5=E7=A0=81=E6=9B=B4=E6=96=B0=E4=B8=8E?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=86=85=E5=AE=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 员工端健康监测首页:环境监测卡片显示4个监测类型等级(室外空气、室内空气、水质、花粉) - 导航页index.html:添加环境监测模块3个新页面到页码统计 Co-Authored-By: Claude Haiku 4.5 --- employee-app/health-monitor/index.html | 5 +++-- index.html | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/employee-app/health-monitor/index.html b/employee-app/health-monitor/index.html index 4b7b5d9..147415e 100644 --- a/employee-app/health-monitor/index.html +++ b/employee-app/health-monitor/index.html @@ -178,9 +178,10 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items:
环境监测
- 空气质量 AQI 45 + 室外空气 + 室内空气 清洁 水质 达标 - 过敏 低风险 + 花粉
05-25 09:30 更新
diff --git a/index.html b/index.html index 560d124..a9cac3d 100644 --- a/index.html +++ b/index.html @@ -528,7 +528,10 @@ const SITE_MAP = [ { file:'health-screening/questionnaire-detail.html', label:'问卷详情' }, { file:'weight/index.html', label:'体重监测首页' }, { file:'weight/history.html', label:'体重历史数据' }, - { file:'weight/report-detail.html', label:'体重详细报告' } + { file:'weight/report-detail.html', label:'体重详细报告' }, + { file:'environment/index.html', label:'环境监测首页' }, + { file:'environment/device-detail.html', label:'环境监测-设备详情' }, + { file:'environment/alarm-data.html', label:'环境监测-报警数据' } ] }, { name:'健康评估', dir:'employee-app/health-assessment', pages:[] }, { name:'心脑血管病预防', dir:'employee-app/cardiovascular', pages:[] },