This commit is contained in:
2025-11-25 05:36:02 +08:00
parent 8e036cc171
commit b10e4b4336
65 changed files with 2672 additions and 2270 deletions
+27 -23
View File
@@ -1,42 +1,46 @@
export const ChatingFooterActionTypes = {
Album: "Album",
Album: "Album",
Camera: "Camera",
Video: "Video",
Voice: "Voice",
Location: "Location",
};
export const ContactMenuTypes = {
NewFriend: "NewFriend",
NewGroup: "NewGroup",
MyFriend: "MyFriend",
MyGroup: "MyGroup",
NewFriend: "NewFriend",
NewGroup: "NewGroup",
MyFriend: "MyFriend",
MyGroup: "MyGroup",
};
export const GroupMemberListTypes = {
Preview: "Preview",
Transfer: "Transfer",
Kickout: "Kickout",
Preview: "Preview",
Transfer: "Transfer",
Kickout: "Kickout",
};
export const ContactChooseTypes = {
Invite: "Invite",
GetList: "GetList",
Invite: "Invite",
GetList: "GetList",
};
export const UpdateMessageTypes = {
Overall: "Overall",
KeyWords: "KeyWords",
Overall: "Overall",
KeyWords: "KeyWords",
};
export const SmsUserFor = {
Register: 1,
Reset: 2,
Login: 3,
Register: 1,
Reset: 2,
Login: 3,
};
export const CustomMessageStatus = {
Success: "success",
Cancel: "cancel",
Canceled: "canceled",
Refuse: "refuse",
Refused: "refused",
Timeout: "timeout",
AccessByOther: "accessByOther",
};
Success: "success",
Cancel: "cancel",
Canceled: "canceled",
Refuse: "refuse",
Refused: "refused",
Timeout: "timeout",
AccessByOther: "accessByOther",
};