mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-11-04 10:49:48 +00:00 
			
		
		
		
	新增hdhome流控参数
This commit is contained in:
		@@ -13,7 +13,7 @@ use IYUU\Library\Table;
 | 
				
			|||||||
class AutoReseed
 | 
					class AutoReseed
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    // 版本号
 | 
					    // 版本号
 | 
				
			||||||
    const VER = '1.9.4';
 | 
					    const VER = '1.9.5';
 | 
				
			||||||
    // RPC连接
 | 
					    // RPC连接
 | 
				
			||||||
    private static $links = [];
 | 
					    private static $links = [];
 | 
				
			||||||
    // 客户端配置
 | 
					    // 客户端配置
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -141,6 +141,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秒
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
    // PTHome
 | 
					    // PTHome
 | 
				
			||||||
    'pthome'      => array(
 | 
					    'pthome'      => array(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user