新增站点:蒲公英、阿童木

This commit is contained in:
david
2021-03-06 11:26:17 +08:00
parent d9698dfe7f
commit 9d8eee73d9
3 changed files with 18 additions and 2 deletions

View File

@ -664,5 +664,19 @@ return array(
'url_replace' => array(),
'url_join' => array(),
),
// npupt 蒲公英
'npupt' => array(
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
'cookie' => '',
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// hdatmos 阿童木
'hdatmos' => array(
// 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项)
'cookie' => '',
// 如果需要自动辅种,必须配置
'passkey' => '',
),
// 配置结束,后面的一行不能删除,必须保留!!!
);