mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[update] fine-tune
This commit is contained in:
parent
3194b4023a
commit
514b1737bb
@ -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"
|
||||
|
||||
@ -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));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user