新增站点HDRoute

This commit is contained in:
iyuu.cn
2020-03-25 23:49:07 +08:00
parent 1e428a04b7
commit b5f4537df7
3 changed files with 11 additions and 1 deletions

View File

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