瀏覽代碼

add image

Paul 4 年之前
父節點
當前提交
ca27b9dc8a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      packages/cts-api/src/protocol/MsgBase.ts

+ 1
- 1
packages/cts-api/src/protocol/MsgBase.ts 查看文件

@@ -1,6 +1,6 @@
1 1
 import { uuid } from '../utils/uuid';
2 2
 
3
-export type MsgType = 'text' | 'audio' | 'video' | 'cmd' | 'attachment';
3
+export type MsgType = 'text' | 'audio' | 'video' | 'image' |'cmd' | 'attachment';
4 4
 
5 5
 export type ChatType = 'chat' | 'room' | 'group' | 'push';
6 6