|
|
|
@ -17,13 +17,13 @@ function xunmi(name,data) { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
try{ |
|
|
|
|
var jyhtml = fetch("https://src48597962.coding.net/p/src/d/hktest/git/raw/master/SrcJyJiekou.js"); |
|
|
|
|
if(jyhtml != ""){ |
|
|
|
|
var jyfile = fetch("https://src48597962.coding.net/p/src/d/hktest/git/raw/master/SrcJyJiekou.js"); |
|
|
|
|
if(jyfile != ""){ |
|
|
|
|
eval(jyhtml); |
|
|
|
|
for(let k in jyfile){ |
|
|
|
|
let xpua = jyfile[k].ua||MOBILE_UA; |
|
|
|
|
let xptype = jyfile[k].type||"xpath" |
|
|
|
|
datalist.push({"name":jyfile[k].name,"type":xptype,"ua":xpua,"url":k,"data":jyfile[k]}) |
|
|
|
|
for(let k in jyjiekou){ |
|
|
|
|
let xpua = jyjiekou[k].ua||MOBILE_UA; |
|
|
|
|
let xptype = jyjiekou[k].type||"xpath" |
|
|
|
|
datalist.push({"name":jyjiekou[k].name,"type":xptype,"ua":xpua,"url":k,"data":jyjiekou[k]}) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}catch(e){ |
|
|
|
|