fix: 偶尔出现不能上报

This commit is contained in:
linyuchen
2024-02-02 21:56:17 +08:00
parent 0ecacde730
commit 0fd8da0696
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "LiteLoaderQQNT的OneBotApi",
"version": "2.1.1",
"version": "2.1.2",
"thumbnail": "./icon.png",
"authors": [{
"name": "linyuchen",

View File

@@ -615,7 +615,7 @@ async function onSettingWindowCreated(view: Element) {
}
setTimeout(onLoad, 2000)
setTimeout(onLoad, 5000)
export {
onSettingWindowCreated