feat: 新增体格检查

This commit is contained in:
王天骄
2026-06-03 16:01:03 +08:00
parent 0650ef1c4a
commit 287812fea5
5 changed files with 488 additions and 7 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ const defaultCase: ClinicalCase = {
department: '心血管内科',
scene: '住院部',
caseNo: '1006004',
tone: 'orange'
tone: 'orange',
mode: 'training'
}
export function createMockChatSession(caseItem?: ClinicalCase | null): Promise<ChatSession> {