|
|
@ -42,7 +42,7 @@ function getDatas(lx, isyx) { |
|
|
|
let dySource = Juconfig['dySource']; |
|
|
|
let dySource = Juconfig['dySource']; |
|
|
|
let input; |
|
|
|
let input; |
|
|
|
if(dySource.startsWith('http')){ |
|
|
|
if(dySource.startsWith('http')){ |
|
|
|
showLoading('正在加载中,请稍后...'); |
|
|
|
showLoading('正在加载订阅源,请稍后...'); |
|
|
|
let dyJkTmpFile = "hiker://files/_cache/"+md5(Juconfig['dySource'])+".json"; |
|
|
|
let dyJkTmpFile = "hiker://files/_cache/"+md5(Juconfig['dySource'])+".json"; |
|
|
|
if(!fileExist(dyJkTmpFile)){ |
|
|
|
if(!fileExist(dyJkTmpFile)){ |
|
|
|
let contnet = getJkContnet(Juconfig['dySource']); |
|
|
|
let contnet = getJkContnet(Juconfig['dySource']); |
|
|
|