[update] fine-tune

This commit is contained in:
lkeme 2022-01-21 15:41:35 +08:00
parent 67a6b28abc
commit 2b115f92e4
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,8 @@ bili_version: 0.0.1
# Android # Android
bili_a: bili_a:
package: "tv.danmaku.bili" package: "tv.danmaku.bili"
version: "6.55.0" version: "6.58.0"
build: "6550400" build: "6580300"
channel: "bili" channel: "bili"
device: "phone" device: "phone"
mobi_app: "android" mobi_app: "android"

View File

@ -46,7 +46,8 @@ class GiftSend
self::$tid = 0; self::$tid = 0;
// 如果在每日最后5分钟内 就50s执行一次 否则 第二天固定时间执行 // 如果在每日最后5分钟内 就50s执行一次 否则 第二天固定时间执行
if (self::inTime('23:52:00', '23:59:59')) { if (self::inTime('23:52:00', '23:59:59')) {
self::setLock(60); // 减少0点左右请求损耗
self::setLock(100);
} else { } else {
self::setLock(self::timing(23, 55)); self::setLock(self::timing(23, 55));
} }