新增做种客户端移动,新增北邮人辅种

This commit is contained in:
IYUU
2020-01-28 23:56:54 +08:00
parent 19df3f3cfb
commit 63ce263afb
4 changed files with 370 additions and 95 deletions

View File

@ -45,9 +45,10 @@ return array(
// 全局客户端设置 结束
),
'move' =>array(
'type' => 2, // 0保持不变1减2加 3直接替换
'type' => 0, // 0保持不变1减2加3替换
'path' =>array(
'/sda1' => '/volume1',
// 当前路径 => 目标路径
'/downloads' => '/volume1',
),
),
'workingMode' => 0,
@ -418,6 +419,13 @@ return array(
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// byr 序号44 北邮
'byr' => array(
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
'cookie' => '',
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// 配置文件结束
);