Merge branch 'lkeme:master' into master

This commit is contained in:
菜狗 2022-01-28 10:53:57 +08:00 committed by GitHub
commit 4be197d65e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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));
} }