mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-24 13:10:08 +08:00
[update] AdjustParameter
This commit is contained in:
parent
7871198933
commit
6358842ce7
@ -26,7 +26,7 @@ class Barrage
|
|||||||
}
|
}
|
||||||
self::setPauseStatus();
|
self::setPauseStatus();
|
||||||
if (self::sendMsg()) {
|
if (self::sendMsg()) {
|
||||||
self::setLock(mt_rand(40, 80) * 60);
|
self::setLock(mt_rand(180, 240) * 60);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
self::setLock(15 * 60);
|
self::setLock(15 * 60);
|
||||||
|
|||||||
@ -77,7 +77,7 @@ class UnFollow extends BaseTask
|
|||||||
* @return array
|
* @return array
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
private static function relationTag($tag_id, int $max_pn = 30, int $max_ps = 20): array
|
private static function relationTag($tag_id, int $max_pn = 60, int $max_ps = 20): array
|
||||||
{
|
{
|
||||||
$following = [];
|
$following = [];
|
||||||
$url = 'https://api.bilibili.com/x/relation/tag';
|
$url = 'https://api.bilibili.com/x/relation/tag';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user