在正常使用环境中进行了调试,修复了几个Listener中出现的错误并完善了相关功能

This commit is contained in:
slhaf
2024-10-04 22:35:25 +08:00
parent e26aa30f3d
commit d6b74ae353
13 changed files with 120 additions and 63 deletions

11
overflow.json Normal file
View File

@@ -0,0 +1,11 @@
{
"no_log___DO_NOT_REPORT_IF_YOU_SWITCH_THIS_ON___开启此选项时不接受漏洞反馈": false,
"ws_host": "ws://localhost:3001",
"reversed_ws_port": -1,
"token": "",
"no_platform": false,
"use_cq_code": false,
"retry_times": 5,
"retry_wait_mills": 5000,
"retry_rest_mills": 60000
}