refactor: action folder

feat: group card event
feat: group title event
This commit is contained in:
linyuchen
2024-03-23 00:00:43 +08:00
parent baf35d5496
commit 983d2462d4
49 changed files with 337 additions and 251 deletions

View File

@@ -180,6 +180,7 @@ export interface PicElement {
export enum GrayTipElementSubType {
INVITE_NEW_MEMBER = 12,
MEMBER_NEW_TITLE = 17
}
export interface GrayTipElement {
@@ -196,6 +197,9 @@ export interface GrayTipElement {
groupElement: TipGroupElement,
xmlElement: {
content: string;
},
jsonGrayTipElement:{
jsonStr: string;
}
}