更新 'SrcJyPublic.js'

master
src48597962 7 months ago
parent 982247d188
commit c1e1dc182d
  1. 2
      SrcJyPublic.js

@ -43,9 +43,9 @@ function getDatas(lx, isyx) {
let dySource = Juconfig['dySource'];
let input;
if(dySource.startsWith('http')){
showLoading('正在加载订阅源,请稍后...');
let dyJkTmpFile = cachepath + md5(Juconfig['dySource']) + ".json";
if(!fileExist(dyJkTmpFile)){
showLoading('正在加载订阅源,请稍后...');
let contnet = getJkContnet(Juconfig['dySource']);
if(contnet){
writeFile(dyJkTmpFile, contnet);

Loading…
Cancel
Save