diff --git a/app/AutoReseed.php b/app/AutoReseed.php index fea58dc..7947177 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -13,7 +13,7 @@ use IYUU\Library\Table; class AutoReseed { // 版本号 - const VER = '1.8.3'; + const VER = '1.8.4'; // RPC连接 private static $links = []; // 客户端配置 diff --git a/config/config.sample.php b/config/config.sample.php index 2c5bec3..6b15d36 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -495,6 +495,12 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), - + // hdfans + 'hdfans' => array( + // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) + 'cookie' => '', + // 如果需要自动辅种,必须配置 + 'passkey' => '', + ), // 配置结束,后面的一行不能删除,必须保留!!! );