refactor: 优化代码并更新版本号

- 注释掉 GPT 消息列表相关代码,返回空列表替代
- 优化 AppTools 中异常处理,使用日志记录替代 printStackTrace
- 更新 BiliVideo 中视频下载链接和参数
- 替换 OpenPC 中的 Redis 操作为执行唤醒命令
- 更新 QQBotApplication版本号至 v.1.7.23
-简化 QQBotManager 中的版本信息输出
This commit is contained in:
2025-05-16 09:24:29 +08:00
parent dbec50b023
commit 95a5bf5467
6 changed files with 11 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ public class AppTools {
process.destroy();
return ret;
} catch (Exception e) {
e.printStackTrace();
Log.e(e);
}
return "";
}