bug fixed

This commit is contained in:
bob
2025-03-26 12:25:31 +08:00
parent 155ee79011
commit e62ede16dc

View File

@@ -234,7 +234,7 @@ const showDetailContent = computed(() => {
return jsonContent['value']
.replace(/\{\d+\}/g, '[图片]')
.replace(/\(\d+\)/g, '[音频]')
.replace(/\\<\d+\\>/g, '[视频]')
.replace(/<\d+>/g, '[视频]')
}
if (sessionInfo.value.sessionType === MsgType.GROUP_CHAT) {