From 2c610f3beee3919e3456556f19431835d41cd56a Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 24 Sep 2024 22:03:44 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJySet.js b/SrcJySet.js index beb53f3c..f016f57a 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -471,7 +471,7 @@ function SRCSet() { } updateItem("testSource", { - title: "需检:" + list.length + ",已检/正常/失败:" + executed.length + "/" + success + "/" + (executed.length-success), + title: executed.length + "/" + list.length + ",正常/失败:" + success + "/" + (executed.length-success), desc: "点击中止线程,停止批量检测", url: $().lazyRule(()=>{ putMyVar("批量检测_中止线程","1");