Update msg-body.ts

🐛 #66 修正损坏的 JSON 合并转发消息
This commit is contained in:
林小槐 2023-06-01 09:46:58 +08:00 committed by GitHub
parent 94d8162c2a
commit 245ad32a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ export class MsgBodyFuns {
info.icon = ''
info.name = json.desc
}
if(json.desc.indexOf('聊天记录') >= 1) {
if(json.app == 'com.tencent.multimsg') {
info.title = json.meta.detail.source
info.desc = '<div style="padding: 15px 20px 5px 20px">'
json.meta.detail.news.forEach((item: any) => {