更新B站相关签到时间

This commit is contained in:
2024-10-09 10:18:21 +08:00
parent df0337b006
commit 607c05e028
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class BiliBiliLive extends Model {
@Override
public synchronized void onTime(Long qq, String time) {
super.onTime(qq, time);
if ("00:01:00".equals(time)) {
if ("07:01:00".equals(time)) {
if (!new BiliLogin(QQBotManager.defQQ).testLogin()) {
new BiliLogin(QQBotManager.defQQ).loginAsQQ();
System.out.println(BiliBiliUtils.getInstance(QQBotManager.defQQ).getLoginInfo());