From 37809f7bfec4dd8abe9cc2bac29715acf746a6c1 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Fri, 21 Feb 2020 06:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=B7=E8=B1=9A=E9=9F=B3?= =?UTF-8?q?=E4=B9=90=E7=A4=BA=E4=BE=8B=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/config.sample.php b/config/config.sample.php index c4553ea..b961d3c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -456,6 +456,14 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), + // dicmusic 序号:49 海豚 + 'dicmusic' => array( + // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) + 'cookie' => '', + // 如果需要自动辅种,必须配置 + 'passkey' => '', // authkey + 'torrent_pass' => '', // torrent_pass + ), // 配置文件结束 );