From 0344fbc2c67e3f690b1e15d765b7ba9e101a7f4c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 21 Sep 2024 11:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyData.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyData.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/SrcJyData.js b/SrcJyData.js index c2ae1836..cfb48435 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -87,16 +87,6 @@ function getYiData(jkdata, batchTest) { vodhost = getHome(listurl); } } else if (api_type == 'hipy_t3') { - if(getItem('hipy_t3_enable')!="1"){ - toast("hipy_t3请使用DrpyHiker小程序"); - log("hipy_t3接口未开启"); - return { - fllists: [], - vodlists: [], - error: {} - } - } - var drpy = GM.defineModule("SrcJuDrpy", config.依赖.match(/http(s)?:\/\/.*\//)[0] + "SrcJyDrpy.js").get(jkdata); let rule = drpy.getRule(); detailurl = rule.detailUrl || ""; @@ -748,10 +738,6 @@ function getSsData(name, jkdata, page) { } } } else if (api_type=="hipy_t3" || api_type=="hipy_t4") { - if(api_type=="hipy_t3" && getItem('hipy_t3_enable')!="1"){ - log('hipy_t3请使用DrpyHiker小程序'); - return []; - } detailurl = ""; listnode = "json.list"; } else {