更新 'SrcGetParse.js'

pull/1/head
src48597962 2 years ago
parent 8fa9304a22
commit cad248a060
  1. 2
      SrcGetParse.js

@ -71,7 +71,7 @@ function bpParse(vipUrl,parsename) {
let parsefile = readFile('hiker://files/rules/Src/bpParse.json');
if(parsefile){
var parsejson = JSON.parse(aesDecode('Juying', parsejson));
var parsejson = JSON.parse(aesDecode('Juying', parsefile));
}else{
var parsejson = {};
}

Loading…
Cancel
Save