feat(knowledge): Web 病种图片上传 + 小程序症状图展示

This commit is contained in:
weijuesen
2026-08-12 12:13:35 +08:00
parent c8aa213626
commit 3bb1efae57
6 changed files with 64 additions and 2 deletions
+1
View File
@@ -196,6 +196,7 @@ export interface Disease {
recurrence?: string;
detection?: string;
prevention?: string;
imageUrl?: string;
sortOrder?: number;
}