chore: format

This commit is contained in:
student_2333
2024-05-10 13:34:49 +08:00
parent 43e9b070a9
commit 627955e7fd
19 changed files with 291 additions and 248 deletions

View File

@@ -5,8 +5,8 @@ export enum GroupNotifyTypes {
ADMIN_SET = 8,
KICK_MEMBER = 9,
MEMBER_EXIT = 11, // 主动退出
ADMIN_UNSET = 12, // 我被取消管理员
ADMIN_UNSET_OTHER = 13, // 其他人取消管理员
ADMIN_UNSET = 12, // 我被取消管理员
ADMIN_UNSET_OTHER = 13, // 其他人取消管理员
}
export interface GroupNotifies {