docs: change

This commit is contained in:
手瓜一十雪 2024-05-17 17:08:01 +08:00
parent 0358fe7620
commit 4a63996ee2
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ QQ Version: Windows 9.9.9-23424 / Linux 3.2.7-23361
* 优化启动脚本
* 修复非管理时群成员减少事件上报 **无法获取操作者与操作类型**
* 修复快速重启进程清理问题
* 优化配置文件格式 **注意备份配置**
* 优化配置文件格式 支持自动更新配置 但仍然建议 **备份配置**
* 修复正向反向ws多个客户端周期多次心跳问题
## 新增与调整

View File

@ -13,9 +13,9 @@ program
.option('-q, --qq <type>', 'QQ号')
.parse(process.argv);
// 无缝升级旧的配置到新的
// 无缝升级旧的配置到新的 应在1.3.5发布 1.5.5 左右移除兼容支持
UpdateConfig().catch(logError);
//
// 启动WebUi
InitWebUi();
const cmdOptions = program.opts();
// console.log(process.argv);