feat: 新增视频咨询四种状态详情页及多模块原型优化

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 13:50:08 +08:00
co-authored by Claude Opus 4.6
parent 014b7ef428
commit 47596eb02c
32 changed files with 2807 additions and 738 deletions
+4 -1
View File
@@ -265,7 +265,10 @@ const SITE_MAP = [
{ name:'知识库', dir:'emergency-app/assistant/knowledge', pages:[
{file:'index.html',label:'知识库首页'},{file:'detail.html',label:'知识详情'}
]},
{ name:'我的', dir:'emergency-app/assistant/profile', pages:[] }
{ name:'我的', dir:'emergency-app/assistant/profile', pages:[
{file:'index.html',label:'个人中心'},{file:'stats.html',label:'咨询统计'},
{file:'change-pwd.html',label:'修改密码'}
] }
]},
{ role:'应急操作人员', id:'operator', modules:[
{name:'工作台',dir:'emergency-app/operator/workbench',pages:[]},