style: lint check

This commit is contained in:
手瓜一十雪
2024-12-05 14:50:27 +08:00
parent 9f31cdbf5b
commit bb53f245cf
10 changed files with 72 additions and 60 deletions

View File

@@ -315,5 +315,5 @@ function replyElementToText(replyElement: any, msg: RawMessage, recursiveLevel:
return `[回复消息 ${recordMsgOrNull && recordMsgOrNull.peerUin != '284840486' && recordMsgOrNull.peerUin != '1094950020'
? rawMessageToText(recordMsgOrNull, recursiveLevel + 1)
: `未找到消息记录 (MsgId = ${replyElement.sourceMsgIdInRecords})`
}]`;
}]`;
}