chore: v3.29.0

This commit is contained in:
idranme 2024-08-13 22:08:36 +08:00
parent 8ed0e6c1be
commit 2715552814
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F
4 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "实现 OneBot 11 协议,用以 QQ 机器人开发",
"version": "3.28.7",
"version": "3.29.0",
"icon": "./icon.webp",
"authors": [
{

View File

@ -2,7 +2,7 @@
"name": "llonebot",
"version": "1.0.0",
"type": "module",
"description": "NTQQLiteLoaderOneBotApi",
"description": "",
"main": "dist/main.js",
"scripts": {
"build": "electron-vite build",

View File

@ -168,6 +168,7 @@ export class OB11Constructor {
}
replyMsg = (await NTQQMsgApi.getSingleMsg(peer, element.replyElement.replayMsgSeq)).msgList[0]
}
// 284840486: 合并消息内侧 消息具体定位不到
if ((!replyMsg || records.msgRandom !== replyMsg.msgRandom) && msg.peerUin !== '284840486') {
throw new Error('回复消息消息验证失败')
}

View File

@ -1 +1 @@
export const version = '3.28.7'
export const version = '3.29.0'