更新 'SrcJyPublic.js'

master
src48597962 8 months ago
parent 324a7faa98
commit 59a5c7c9c6
  1. 2
      SrcJyPublic.js

@ -42,6 +42,7 @@ function getDatas(lx, isyx) {
let dySource = Juconfig['dySource'];
let input;
if(dySource.startsWith('http')){
showLoading('正在加载中,请稍后...');
let dyJkTmpFile = "hiker://files/_cache/"+md5(Juconfig['dySource'])+".json";
if(!fileExist(dyJkTmpFile)){
let contnet = getJkContnet(Juconfig['dySource']);
@ -136,6 +137,7 @@ function getDatas(lx, isyx) {
}catch(e){}
}
}
hideLoading();
}
if (getItem("sourceListSort") == "接口名称") {

Loading…
Cancel
Save