自定义消息

This commit is contained in:
pengxiaolong
2025-05-16 21:53:47 +08:00
parent 595c5329a0
commit e05d72fccf
43 changed files with 458 additions and 84 deletions

View File

@@ -1,3 +1,4 @@
//标记
export const CONV_OPERATION = {
DELETE: "delete",
ISPINNED: "ispinned",
@@ -16,6 +17,7 @@ export const CHAT_MSG_CUSTOM_TYPE = {
SERVICE: "consultion",
EVALUATE: "evaluation",
LINK: "text_link",
PK: "pk",
CALL: 1,
ORDER: "order",
};