|
|
@ -11,9 +11,13 @@ if(Jucfg != ""){ |
|
|
|
let jkfile = "hiker://files/rules/Src/Juying2/jiekou.json"; |
|
|
|
let jkfile = "hiker://files/rules/Src/Juying2/jiekou.json"; |
|
|
|
let jxfile = "hiker://files/rules/Src/Juying2/jiexi.json"; |
|
|
|
let jxfile = "hiker://files/rules/Src/Juying2/jiexi.json"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function getFile(lx) { |
|
|
|
|
|
|
|
let file = lx=='jk'?jkfile:jxfile; |
|
|
|
|
|
|
|
return file; |
|
|
|
|
|
|
|
} |
|
|
|
function getDatas(lx) { |
|
|
|
function getDatas(lx) { |
|
|
|
let datalist = []; |
|
|
|
let datalist = []; |
|
|
|
let sourcefile = lx=='jk'?jkfile:jxfile; |
|
|
|
let sourcefile = getFile(lx); |
|
|
|
let sourcedata = fetch(sourcefile); |
|
|
|
let sourcedata = fetch(sourcefile); |
|
|
|
if(sourcedata != ""){ |
|
|
|
if(sourcedata != ""){ |
|
|
|
try{ |
|
|
|
try{ |
|
|
|