更新 'SrcJyData.js'

master
src48597962 8 months ago
parent 02fd3344e5
commit 9fa7c6b425
  1. 6
      SrcJyData.js

@ -510,8 +510,8 @@ function getYiData(jkdata) {
}
json = { "list": xmllist };
} else if (!/{|}/.test(gethtml) && gethtml != "") {
var decfile = "hiker://files/rules/Src/Juying2/appdec.js";
var Juyingdec = fetch(decfile);
let decfile = globalMap0.getMyVar('gmParams').rulepath + "appdec.js";
let Juyingdec = fetch(decfile);
if (Juyingdec != "") {
eval(Juyingdec);
json = JSON.parse(xgdec(gethtml));
@ -681,7 +681,7 @@ function getSsData(name, jkdata, page) {
json = JSON.parse(gethtml);
}
} else if (!/{|}/.test(gethtml) && gethtml != "") {
let decfile = "hiker://files/rules/Src/Juying2/appdec.js";
let decfile = globalMap0.getMyVar('gmParams').rulepath + "appdec.js";
let Juyingdec = fetch(decfile);
if (Juyingdec != "") {
eval(Juyingdec);

Loading…
Cancel
Save