更新 'SrcJySet.js'

master
src48597962 7 months ago
parent 19ae8f0d85
commit 06780710d4
  1. 2
      SrcJySet.js

@ -663,7 +663,7 @@ function jiekou(data) {
return "toast://无法自动识别接口类型,请检查链接"; return "toast://无法自动识别接口类型,请检查链接";
} }
let urlfile = apiurl; let urlfile = apiurl;
if(apiurl.startsWith('http') && !getapitype(apiurl)){ if(apiurl.startsWith('http') && !/v1|app|v2|iptv|cms/.test(apitype)){
let contnet = getContnet(apiurl); let contnet = getContnet(apiurl);
if(contnet){ if(contnet){
urlfile = cachepath+apitype+"_"+apiurl.substr(apiurl.lastIndexOf('/') + 1); urlfile = cachepath+apitype+"_"+apiurl.substr(apiurl.lastIndexOf('/') + 1);

Loading…
Cancel
Save