From 8d7dffbf3d6413d65f2127ffa066f8a8d92890e3 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Wed, 6 May 2020 12:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AB=99=E7=82=B9=EF=BC=9A?= =?UTF-8?q?=E6=B5=B7=E8=83=86haidan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 774c771..4bba873 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -487,6 +487,13 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), - + // haidan + 'haidan' => array( + // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) + 'cookie' => '', + // 如果需要自动辅种,必须配置 + 'passkey' => '', + ), + // 配置结束,后面的一行不能删除,必须保留!!! );