From e3a9c32174416518ae50ff59ddf9fb47ca2b03df Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Fri, 10 Jul 2020 19:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E9=80=9A=E7=9F=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=BE=85=E7=A7=8D=E7=BC=93=E5=AD=98=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index a779022..2b437b1 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -11,7 +11,7 @@ use IYUU\Library\Table; class AutoReseed { // 版本号 - const VER = '1.8.5'; + const VER = '1.8.6'; // RPC连接 private static $links = []; // 客户端配置 @@ -758,7 +758,8 @@ class AutoReseed $desp .= '**重复:'.self::$wechatMsg['reseedRepeat']. '** [客户端已做种]' .$br; $desp .= '**跳过:'.self::$wechatMsg['reseedSkip']. '** [未设置passkey]' .$br; $desp .= '**忽略:'.self::$wechatMsg['reseedPass']. '** [成功添加存在缓存]' .$br; - $desp .= $br.'*此消息将在3天后过期*。'; + $desp .= $br.'**如需重新辅种,请删除:./torrent/cachehash 内的所有辅种缓存。**'.$br; + $desp .= '*此消息将在3天后过期*。'; return ff($text, $desp); } /**