chore: 重构

This commit is contained in:
手瓜一十雪
2024-08-22 14:58:05 +08:00
parent 51741f97ad
commit 5225949c25
6 changed files with 159 additions and 99 deletions

View File

@@ -362,6 +362,7 @@ export interface SendPicElement {
}
export interface ReplyElement {
sourceMsgIdInRecords?: string;
replayMsgSeq: string;
replayMsgId: string;
senderUin: string;
@@ -476,7 +477,7 @@ export interface MessageElement {
extBufForUI: string,//"0x",
textElement?: TextElement;
faceElement?: FaceElement,
marketFaceElement?: MarkdownElement,
marketFaceElement?: MarketFaceElement,
replyElement?: ReplyElement,
picElement?: PicElement,
pttElement?: PttElement,
@@ -965,7 +966,7 @@ export interface RawMessage {
records: RawMessage[];
elements: ElementWrapper[];
elements: MessageElement[];
}
/**