feat: 完善专家端页面原型,新增视频咨询取消/拒绝页、疾病编辑页,优化多端交互与PRD文档

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 08:50:43 +08:00
co-authored by Claude Opus 4.6
parent fc38844eb9
commit 28bbe3f620
68 changed files with 1934 additions and 979 deletions
+2
View File
@@ -286,6 +286,7 @@ const SITE_MAP = [
{file:'text-consult-done.html',label:'咨询完成'},{file:'consult-person-detail.html',label:'咨询人档案'},
{file:'video-appt.html',label:'视频预约'},{file:'video-call.html',label:'视频通话'},
{file:'video-done.html',label:'视频完成'},{file:'video-ongoing.html',label:'视频进行中'},
{file:'video-cancelled.html',label:'视频已取消'},{file:'video-rejected.html',label:'视频已拒绝'},
{file:'employee-profile.html',label:'员工档案'}
]},
{ name:'知识库', dir:'emergency-app/expert/knowledge', pages:[
@@ -293,6 +294,7 @@ const SITE_MAP = [
]},
{ name:'我的', dir:'emergency-app/expert/profile', pages:[
{file:'index.html',label:'个人中心'},{file:'edit-profile.html',label:'编辑资料'},
{file:'edit-diseases.html',label:'擅长疾病'},
{file:'change-pwd.html',label:'修改密码'},{file:'schedule.html',label:'排班设置'},
{file:'stats.html',label:'咨询统计'},{file:'reviews.html',label:'我的评价'}
]}