修改踢出为移出
This commit is contained in:
parent
ad2b7d42e3
commit
505bb9b9f8
@ -24,7 +24,7 @@ const { showUserInfoModal } = useInject()
|
|||||||
<em v-show="index < extra.members.length - 1">、</em>
|
<em v-show="index < extra.members.length - 1">、</em>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<span>踢出群聊</span>
|
<span>移出群聊</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -17,7 +17,7 @@ export const ChatMsgSysText = 1000 // 系统文本消息
|
|||||||
export const ChatMsgSysGroupCreate = 1101 // 创建群聊消息
|
export const ChatMsgSysGroupCreate = 1101 // 创建群聊消息
|
||||||
export const ChatMsgSysGroupMemberJoin = 1102 // 加入群聊消息
|
export const ChatMsgSysGroupMemberJoin = 1102 // 加入群聊消息
|
||||||
export const ChatMsgSysGroupMemberQuit = 1103 // 群成员退出群消息
|
export const ChatMsgSysGroupMemberQuit = 1103 // 群成员退出群消息
|
||||||
export const ChatMsgSysGroupMemberKicked = 1104 // 踢出群成员消息
|
export const ChatMsgSysGroupMemberKicked = 1104 // 移出群成员消息
|
||||||
export const ChatMsgSysGroupMessageRevoke = 1105 // 管理员撤回成员消息
|
export const ChatMsgSysGroupMessageRevoke = 1105 // 管理员撤回成员消息
|
||||||
export const ChatMsgSysGroupDismissed = 1106 // 群解散
|
export const ChatMsgSysGroupDismissed = 1106 // 群解散
|
||||||
export const ChatMsgSysGroupMuted = 1107 // 群禁言
|
export const ChatMsgSysGroupMuted = 1107 // 群禁言
|
||||||
@ -47,7 +47,7 @@ export const ChatMsgTypeMapping = {
|
|||||||
[ChatMsgSysGroupCreate]: '[创建群消息]',
|
[ChatMsgSysGroupCreate]: '[创建群消息]',
|
||||||
[ChatMsgSysGroupMemberJoin]: '[加入群消息]',
|
[ChatMsgSysGroupMemberJoin]: '[加入群消息]',
|
||||||
[ChatMsgSysGroupMemberQuit]: '[退出群消息]',
|
[ChatMsgSysGroupMemberQuit]: '[退出群消息]',
|
||||||
[ChatMsgSysGroupMemberKicked]: '[踢出群消息]',
|
[ChatMsgSysGroupMemberKicked]: '[移出群消息]',
|
||||||
[ChatMsgSysGroupMessageRevoke]: '[撤回消息]',
|
[ChatMsgSysGroupMessageRevoke]: '[撤回消息]',
|
||||||
[ChatMsgSysGroupDismissed]: '[群解散消息]',
|
[ChatMsgSysGroupDismissed]: '[群解散消息]',
|
||||||
[ChatMsgSysGroupMuted]: '[群禁言消息]',
|
[ChatMsgSysGroupMuted]: '[群禁言消息]',
|
||||||
|
Loading…
Reference in New Issue
Block a user