mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
bug fixed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user