From 5f0aee6044288ad43b6913f02486d3530f356ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9F=B5=E7=90=B4?= <757188142@qq.com> Date: Wed, 27 May 2026 14:42:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=81=A5=E5=BA=B7=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=8C=E4=BA=BA=E7=BE=A4=E7=8E=B0=E7=8A=B6?= =?UTF-8?q?=E3=80=8D=E4=B8=80=E7=BA=A7=E8=8F=9C=E5=8D=95=E5=8F=8A=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 crowd-status-employee.html(员工评估信息) - 新增 crowd-status-unit.html(单位评估统计) - 全部80个现有页面顶部导航同步添加「人群现状」入口 - index.html SITE_MAP 同步更新 Co-Authored-By: Claude Opus 4.6 --- index.html | 2 + .../health-monitor/archive-algorithm.html | 1 + .../health-monitor/archive-personal.html | 1 + .../archive-unit-environment-detail.html | 1 + .../archive-unit-health-checkup-detail.html | 1 + .../archive-unit-wearable-detail.html | 1 + .../archive-unit-weight-detail.html | 1 + web-admin/health-monitor/archive-unit.html | 1 + .../health-monitor/crowd-status-employee.html | 84 +++++++++++++++++++ .../health-monitor/crowd-status-unit.html | 84 +++++++++++++++++++ .../environment/indoor-app-record.html | 1 + .../environment/indoor-data-analysis.html | 1 + .../environment/indoor-data-monitor.html | 1 + .../environment/indoor-device-category.html | 1 + .../environment/indoor-device-list.html | 1 + .../environment/indoor-exception-alarm.html | 1 + .../indoor-history-alarm-detail.html | 1 + .../environment/indoor-history-data.html | 1 + .../indoor-history-monitor-detail.html | 1 + .../environment/outdoor-app-record.html | 1 + .../environment/outdoor-data-analysis.html | 1 + .../environment/outdoor-data-monitor.html | 1 + .../environment/outdoor-device-category.html | 1 + .../environment/outdoor-device-list.html | 1 + .../environment/outdoor-exception-alarm.html | 1 + .../outdoor-history-alarm-detail.html | 1 + .../environment/outdoor-history-data.html | 1 + .../outdoor-history-monitor-detail.html | 1 + .../environment/pollen-app-record.html | 1 + .../environment/pollen-data-analysis.html | 1 + .../environment/pollen-data-monitor.html | 1 + .../environment/pollen-device-category.html | 1 + .../environment/pollen-device-list.html | 1 + .../environment/pollen-exception-alarm.html | 1 + .../pollen-history-alarm-detail.html | 3 +- .../environment/pollen-history-data.html | 3 +- .../pollen-history-monitor-detail.html | 3 +- .../environment/pollen-knowledge.html | 1 + .../environment/water-app-record.html | 1 + .../environment/water-data-analysis.html | 1 + .../environment/water-data-monitor.html | 1 + .../environment/water-device-category.html | 1 + .../environment/water-device-list.html | 1 + .../environment/water-exception-alarm.html | 1 + .../water-history-alarm-detail.html | 1 + .../environment/water-history-data.html | 1 + .../water-history-monitor-detail.html | 1 + web-admin/health-monitor/exception-dirty.html | 1 + .../health-monitor/exception-result.html | 1 + .../health-monitor/wearable/bind-record.html | 1 + .../health-monitor/wearable/dept-report.html | 1 + .../health-monitor/wearable/dept-stat.html | 1 + .../wearable/exception-event.html | 1 + .../health-monitor/wearable/notification.html | 1 + .../wearable/personal-stat.html | 1 + .../health-monitor/wearable/tool-manage.html | 1 + .../health-monitor/wearable/user-data.html | 1 + .../weight/bluetooth-device-add.html | 1 + .../weight/bluetooth-device.html | 1 + .../weight/bluetooth-monitor-detail.html | 1 + .../weight/bluetooth-monitor.html | 1 + .../health-monitor/weight/dept-stat.html | 1 + .../weight/employee-data-record.html | 1 + .../health-monitor/weight/employee-data.html | 1 + .../health-monitor/weight/employee-stat.html | 1 + .../health-monitor/weight/fat-device-add.html | 1 + .../health-monitor/weight/fat-device.html | 1 + .../weight/fat-monitor-detail.html | 1 + .../health-monitor/weight/fat-monitor.html | 1 + .../weight/scale-device-add.html | 1 + .../health-monitor/weight/scale-device.html | 1 + .../weight/scale-monitor-detail.html | 1 + .../health-monitor/weight/scale-monitor.html | 1 + .../weight/sport-device-add.html | 1 + .../health-monitor/weight/sport-device.html | 1 + .../weight/sport-monitor-detail.html | 1 + .../health-monitor/weight/sport-monitor.html | 1 + 77 files changed, 247 insertions(+), 3 deletions(-) create mode 100644 web-admin/health-monitor/crowd-status-employee.html create mode 100644 web-admin/health-monitor/crowd-status-unit.html diff --git a/index.html b/index.html index 0fcc018..79f1667 100644 --- a/index.html +++ b/index.html @@ -297,6 +297,8 @@ const SITE_MAP = [ { file:'archive-unit-weight-detail.html', label:'单位报表-体重监测详情' }, { file:'archive-unit-environment-detail.html', label:'单位报表-环境监测详情' }, { file:'archive-algorithm.html', label:'算法模型' }, + { file:'crowd-status-employee.html', label:'人群现状-员工评估信息' }, + { file:'crowd-status-unit.html', label:'人群现状-单位评估统计' }, { file:'health-checkup/survey-category.html', label:'排查问卷-问题分类' }, { file:'health-checkup/survey-score.html', label:'排查问卷-积分规则' }, { file:'health-checkup/survey-template.html', label:'排查问卷-模板信息' }, diff --git a/web-admin/health-monitor/archive-algorithm.html b/web-admin/health-monitor/archive-algorithm.html index d37a434..2418084 100644 --- a/web-admin/health-monitor/archive-algorithm.html +++ b/web-admin/health-monitor/archive-algorithm.html @@ -77,6 +77,7 @@