新增HDfans站点

This commit is contained in:
iyuu.cn 2020-07-03 13:01:00 +08:00
parent f5a33843e6
commit 44f5b82650
2 changed files with 8 additions and 2 deletions

View File

@ -13,7 +13,7 @@ use IYUU\Library\Table;
class AutoReseed
{
// 版本号
const VER = '1.8.3';
const VER = '1.8.4';
// RPC连接
private static $links = [];
// 客户端配置

View File

@ -495,6 +495,12 @@ return array(
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// hdfans
'hdfans' => array(
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
'cookie' => '',
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// 配置结束,后面的一行不能删除,必须保留!!!
);