fix: All images are the first image in single msg

fix: remote rkey
This commit is contained in:
linyuchen
2024-05-11 14:52:59 +08:00
parent fdf96b479c
commit 9b3916307a
6 changed files with 129 additions and 127 deletions

View File

@@ -1,10 +1,10 @@
{
"manifest_version": 4,
"type": "extension",
"name": "LLOneBot v3.24.2",
"name": "LLOneBot v3.24.3",
"slug": "LLOneBot",
"description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发, 不支持商店在线更新",
"version": "3.24.2",
"version": "3.24.3",
"icon": "./icon.jpg",
"authors": [
{
@@ -20,10 +20,14 @@
"name": "LLOneBot.zip"
}
},
"platform": ["win32", "linux", "darwin"],
"platform": [
"win32",
"linux",
"darwin"
],
"injects": {
"renderer": "./renderer/index.js",
"main": "./main/main.cjs",
"preload": "./preload/preload.cjs"
}
}
}