feat: FriendAddNotice

This commit is contained in:
linyuchen
2024-04-30 23:06:50 +08:00
parent bcb6b51241
commit 59cd28a2fd
17 changed files with 124 additions and 34 deletions

View File

@@ -1,10 +1,10 @@
{
"manifest_version": 4,
"type": "extension",
"name": "LLOneBot v3.23.0",
"name": "LLOneBot v3.24.0",
"slug": "LLOneBot",
"description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发, 不支持商店在线更新",
"version": "3.23.0",
"version": "3.24.0",
"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"
}
}
}