From 880775b81507cafadbd0e61ee1e8a45ea01616e4 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Fri, 13 Mar 2020 14:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ehdhome=E5=90=88=E4=BD=9C?= =?UTF-8?q?=E7=AB=99=E7=82=B9=E7=94=A8=E6=88=B7id=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 33c5079..d44ce76 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -152,22 +152,23 @@ return array( 'passkey' => '', 'id' => 0, // 用户ID(不是用户名) ), - // pter 序号:5 - 'pter' => array( + // hdhome 序号:5 + 'hdhome' => array( // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) 'cookie' => '', // 如果需要自动辅种,必须配置 'passkey' => '', + 'id' => 0, // 用户ID(不是用户名) ), - // tjupt 序号:6 - 'tjupt' => array( + // pter 序号:6 + 'pter' => array( // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) 'cookie' => '', // 如果需要自动辅种,必须配置 'passkey' => '', ), - // hdhome 序号:7 - 'hdhome' => array( + // tjupt 序号:7 + 'tjupt' => array( // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) 'cookie' => '', // 如果需要自动辅种,必须配置