nvue直播间需要调整分享样式

This commit is contained in:
bobobobo
2026-02-03 00:45:33 +08:00
parent 10ceb6b476
commit ae36c4cf10
393 changed files with 753 additions and 147 deletions

View File

@@ -397,6 +397,13 @@
return `[商品信息]:${data.title}`
}
}
if (data.businessID === CHAT_MSG_CUSTOM_TYPE.LIVE) {
if (isText) {
return `${text[0]}:[直播信息] ${data.title}`
} else {
return `[直播信息]:${data.title}`
}
}
if (data.content === 'Create Group' && item.type === 'GROUP') {
return `${item.getLastMessage('text')?.split(':')[0]}:创建群聊`
}