优化URL替换规则,支持新站点

This commit is contained in:
david
2021-07-09 18:22:19 +08:00
parent 6f23c966e1
commit 9497cea867
2 changed files with 27 additions and 19 deletions

View File

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