From 489a72838e15bf5c0c4bd415b9edde7b7f67f142 Mon Sep 17 00:00:00 2001 From: fengpu <18691763612@163.com> Date: Tue, 15 Sep 2026 19:58:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=81=A5=E5=BA=B7=E4=BD=93=E6=A3=80?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AB=AF=E4=B8=8E=E5=91=98=E5=B7=A5=E7=AB=AF?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=A1=B5=E6=A0=87=E8=AE=B0=E4=B8=BA=E5=B7=B2?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=B9=B6=E6=8C=82=E8=BD=BD=E5=90=8E=E5=8F=B0?= =?UTF-8?q?PRD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 797ccd8..97876d2 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,7 @@ const SITE_MAP = [ { file:'sms-history.html', label:'通知管理 · 短信发送历史' }, { file:'sms-template.html', label:'通知管理 · 短信模板' } ]}, - { name:'健康体检', dir:'web-admin/health-checkup', entry:'archive-personal.html', pages:[ + { name:'健康体检', dir:'web-admin/health-checkup', entry:'archive-personal.html', prd:'web-admin/health-checkup/doc/PRD.md', done:true, pages:[ { file:'archive-personal.html', label:'个人体检数据' }, { file:'archive-unit.html', label:'单位报表数据' }, { file:'config-material-notice.html', label:'体检须知' }, @@ -660,7 +660,7 @@ const SITE_MAP = [ { name:'应用主页', dir:'employee-app/home', entry:'index.html', pages:[ {n:'应用主页(收起态)',f:'index.html'}, ] }, - { name:'健康体检', dir:'employee-app/health-checkup', entry:'index.html', prd:'employee-app/health-checkup/doc/PRD.md', pages:[ + { name:'健康体检', dir:'employee-app/health-checkup', entry:'index.html', prd:'employee-app/health-checkup/doc/PRD.md', done:true, pages:[ { file:'doc/design-overview.html', label:'页面总览' }, { file:'index.html', label:'健康体检主页' }, { file:'booking-type.html', label:'选择体检类型' },