Merge branch 'lkeme:master' into master

This commit is contained in:
菜狗 2022-01-28 10:53:57 +08:00 committed by GitHub
commit 34a92d1449
2 changed files with 4 additions and 3 deletions

View File

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

View File

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