初始化仓库

This commit is contained in:
2024-09-19 12:51:35 +08:00
commit d648a18935
175 changed files with 29732 additions and 0 deletions

12
common/messageType.js Normal file
View File

@@ -0,0 +1,12 @@
export const messageType = {
"desc": '病情描述信息',
"text_a": '基本健康信息',
"images": '图片信息',
"record": "就诊记录",
"system": "系统信息",
"end": "系统信息",
"text": "文本信息",
"voice": "语音信息",
"img": "图片信息",
"video": "视频信息",
}