From 25337722366a8c98f9707d9b897fba6e58faa1e8 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 12 Sep 2024 10:36:49 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index 11f2fa07..e04ebe31 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -980,14 +980,14 @@ function dianboyiji(testSource) { d.push({ title: "列表获取失败", desc: '无法访问或源失效,点击查看网页', - url: MY_URL + '#noHistory#', + url: (yidata.listurl?yidata.listurl:MY_URL) + '#noHistory#', col_type: 'text_center_1' }); }else if(vodlists && vodlists.length == 0 && MY_PAGE==1){ d.push({ title: '列表为空', desc: '点击查看网页', - url: MY_URL + '#noHistory#', + url: (yidata.listurl?yidata.listurl:MY_URL) + '#noHistory#', col_type: 'text_center_1' }); }