mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-08 00:21:52 +00:00
优化辅种前置检查
This commit is contained in:
@ -13,7 +13,7 @@ use IYUU\Library\Table;
|
||||
class AutoReseed
|
||||
{
|
||||
// 版本号
|
||||
const VER = '1.10.12';
|
||||
const VER = '1.10.13';
|
||||
// RPC连接
|
||||
private static $links = [];
|
||||
// 客户端配置
|
||||
@ -22,10 +22,8 @@ class AutoReseed
|
||||
private static $sites = [];
|
||||
// 推荐的合作站点
|
||||
private static $recommend = [];
|
||||
// 不辅种的站点 'pt','hdchina'
|
||||
// 不辅种的站点
|
||||
private static $noReseed = [];
|
||||
// cookie检查
|
||||
private static $cookieCheck = [];
|
||||
// 缓存路径
|
||||
public static $cacheDir = TORRENT_PATH.'cache'.DS;
|
||||
public static $cacheHash = TORRENT_PATH.'cachehash'.DS;
|
||||
|
Reference in New Issue
Block a user