From aa18b23dbb4bae35645b28dc3d2aea56ff8c34b2 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Thu, 20 Feb 2020 21:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BD=AC=E7=A7=BB=E5=81=9A?= =?UTF-8?q?=E7=A7=8D=E6=90=9C=E7=B4=A2=E7=9B=AE=E5=BD=95=E5=91=BD=E4=BB=A4?= =?UTF-8?q?find=20/=20-name=20BT=5Fbackup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 3d00e16..c4553ea 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -43,7 +43,7 @@ return array( 'host' => 'http://127.0.0.1:8083', 'username' => '', 'password' => '', - 'BT_backup' => 'C:\Users\ASUS\AppData\Local\qBittorrent\BT_backup', // 移动做种:必须配置 + 'BT_backup' => 'C:\Users\ASUS\AppData\Local\qBittorrent\BT_backup', // 移动做种:必须配置,Linux搜索方法:find / -name BT_backup 'move' => 0, // 0不移动,1移动并辅种,2移动仅辅种自身,3未定义 ), # 结束