From b57b3cf7ae8b409c25b300dd37696db56268cd42 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 7 Oct 2024 22:20:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/SrcJySet.js b/SrcJySet.js index 68fd0f77..7ebee140 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -609,7 +609,7 @@ function SRCSet() { }else{ addItemAfter("testSource2", { title: "进行下一项检测", - url: $("#noLoading#").lazyRule((checkFailSource) => { + url: $("#noLoading#").lazyRule(() => { let schedule = getMyVar("批量检测_当前进度","1"); if(schedule=="1"){ putMyVar("批量检测_当前进度","2"); @@ -625,17 +625,9 @@ function SRCSet() { }) storage0.putMyVar("批量检测_复检列表", recheckList); clearMyVar("批量检测_失败列表"); - let checkSourceList = storage0.getMyVar("checkSourceList") || []; - checkSourceList = checkSourceList.filter(v=>recheckList.indexOf(v.url)==-1); - storage0.putMyVar("checkSourceList", checkSourceList); - if(checkSourceList.length==0){ - addItemAfter("testSource2", checkFailSource); - deleteItem("nextCheck"); - return "toast://全部失败,无法下一步"; - } refreshPage(true); return "hiker://empty"; - }, checkFailSource), + }), col_type : "text_center_1", extra: { id: "nextCheck"