mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-12 19:58:56 +00:00
新增pthome流控参数
This commit is contained in:
@ -159,6 +159,10 @@ return array(
|
|||||||
'id' => 0, // 用户ID(不是用户名)
|
'id' => 0, // 用户ID(不是用户名)
|
||||||
'url_replace' => array(),
|
'url_replace' => array(),
|
||||||
'url_join' => array(),
|
'url_join' => array(),
|
||||||
|
'limitRule' => array(
|
||||||
|
'count' => 20, // 每次辅种20个
|
||||||
|
'sleep' => 5, // 最少休眠5秒
|
||||||
|
),
|
||||||
),
|
),
|
||||||
// MoeCat
|
// MoeCat
|
||||||
'moecat' => array(
|
'moecat' => array(
|
||||||
|
Reference in New Issue
Block a user