From a60e5f859cfff9612f8e771cbb2814cf6dc17796 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 12 Dec 2020 14:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=96=B0=E8=A7=84=E5=88=99?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config.sample.php b/config/config.sample.php index 634a51e..779ef5f 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -131,6 +131,8 @@ return array( 'cookie' => '', // 如果需要自动辅种,必须配置 'passkey' => '', + // 如果需要辅种,必须配置 + 'rss' => '', 'id' => 0, // 用户ID(不是用户名) 'url_replace' => array(), 'url_join' => array(), @@ -145,6 +147,8 @@ return array( 'cookie' => '', // 如果需要自动辅种,必须配置 'passkey' => '', + // 如果需要辅种,必须配置 + 'rss' => '', 'id' => 0, // 用户ID(不是用户名) 'url_replace' => array(), 'url_join' => array(), @@ -159,6 +163,8 @@ return array( 'cookie' => '', // 如果需要自动辅种,必须配置 'passkey' => '', + // 如果需要辅种,必须配置 + 'rss' => '', 'id' => 0, // 用户ID(不是用户名) 'url_replace' => array(), 'url_join' => array(),