fix: 修复 IPC 超时

This commit is contained in:
linyuchen
2024-11-09 21:37:41 +08:00
parent 47b068737d
commit 30b8793ee1
6 changed files with 46 additions and 13 deletions

View File

@@ -4,16 +4,12 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发",
"version": "4.1.3",
"version": "4.1.4",
"icon": "./icon.webp",
"authors": [
{
"name": "linyuchen",
"link": "https://github.com/linyuchen"
},
{
"name": "idranme",
"link": "https://github.com/idranme"
}
],
"repository": {
@@ -34,4 +30,4 @@
"main": "./main/main.cjs",
"preload": "./preload/preload.cjs"
}
}
}