|
|
|
@ -88,7 +88,7 @@ function getDatas(lx, isyx) { |
|
|
|
|
if(dySource.startsWith('file://')){ |
|
|
|
|
urlfile = 'hiker://files/' + extfile.split('?')[0].split('/files/Documents/')[1]; |
|
|
|
|
}else if(dySource.startsWith('http')){ |
|
|
|
|
urlfile = cachepath + 'hipy_t3_' + extfile.split('?')[0].substr(extfile.split('?')[0].lastIndexOf('/') + 1); |
|
|
|
|
urlfile = cachepath + obj.key + '.js'; |
|
|
|
|
try{ |
|
|
|
|
if(!fileExist(urlfile)){ |
|
|
|
|
let content = fetch(extfile, {timeout:2000}); |
|
|
|
|