From 96d93fd82837b621a055add4c2ef3571d211ee4e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 12 Nov 2022 22:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcLastChapter.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcLastChapter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcLastChapter.js b/SrcLastChapter.js index 6f7a4cda..08922a72 100644 --- a/SrcLastChapter.js +++ b/SrcLastChapter.js @@ -12,11 +12,11 @@ function JY360(){ list = json.defaultepisode; setResult('更新至:' + list[0].period); }else{ - setResult(); + setResult(''); } }catch(e){ log('获取最新失败>'+e.message); - setResult(); + setResult(''); } }