feat(reset): 以构造器模式重构
- 加了大文件传输自定义分片协议 BREAKING CHANGES: 0.1.0(latest)
This commit is contained in:
4
types/chat/types.ts
Normal file
4
types/chat/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// 聊天消息类型枚举(暂时只支持文本)
|
||||
export type ChatMessageType =
|
||||
| 'text';
|
||||
|
||||
Reference in New Issue
Block a user