From 10173213e071be88b689e6326af25a80c1485923 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 9 Dec 2024 15:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SrcJuying.js b/SrcJuying.js index add14084..74282d83 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -599,9 +599,11 @@ function dianboerji() { for(let i=0; i<列表.length; i++) { let playtitle = 列表[i].split('$')[0]; playtitle = playtitle==name?'正片':playtitle.replace(name+" - ","").replace(name+"_","").replace(name,"").replace("《》","").replace("<>","").replace("[]","").trim(); + /* try{ playtitle = decodeURIComponent(playtitle); }catch(e){} + */ let playurl = (novel?"hiker://empty##":"")+列表[i].split('$')[1].trim(); let playid = name + "_选集_" + (pageid?pageid+"_":"") + i;