From 368a464e5e98e4ffd52956952b51fd2eaaeb30ff Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 11 Apr 2023 07:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJu.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SrcJu.js b/SrcJu.js index ea37fbaf..971802bc 100644 --- a/SrcJu.js +++ b/SrcJu.js @@ -353,7 +353,7 @@ function erji() { for(let i=0; i<列表.length; i++) { d.push({ title: 列表[i].title, - url: 列表[i].url + lazy, + url: "hiker://empty##" + 列表[i].url + lazy, col_type: list_col_type, extra: { id: name + "_选集_" + i, @@ -378,7 +378,7 @@ function erji() { for(let i=0; i<列表.length; i++) { d.push({ title: 列表[i].title, - url: 列表[i].url + lazy, + url: "hiker://empty##" + 列表[i].url + lazy, col_type: input, extra: { id: name + "_选集_" + i, @@ -414,7 +414,7 @@ function erji() { for(let i=0; i<列表.length; i++) { d.push({ title: 列表[i].title, - url: 列表[i].url + lazy, + url: "hiker://empty##" + 列表[i].url + lazy, col_type: list_col_type, extra: { id: name + "_选集_" + i,