更新 'SrcJuSet.js'

Ju
src48597962 2 years ago
parent d7d48be437
commit 3cedbeaca9
  1. 8
      SrcJuSet.js

@ -498,12 +498,18 @@ function jiekouapi(sourcefile, data) {
try{ try{
eval("let eparse = " + erparse); eval("let eparse = " + erparse);
}catch(e){ }catch(e){
log('√二级主页源代码异常>'+e.message); log('√二级搜索源代码异常>'+e.message);
return "toast://二级搜索源有错误,看日志" return "toast://二级搜索源有错误,看日志"
} }
newapi['erparse'] = erparse; newapi['erparse'] = erparse;
} }
if (public) { if (public) {
try{
eval("let gparse = " + public);
}catch(e){
log('√公共代码异常>'+e.message);
return "toast://公共代码有错误,看日志"
}
newapi['public'] = public; newapi['public'] = public;
} }
let sourcedata = fetch(sourcefile); let sourcedata = fetch(sourcefile);

Loading…
Cancel
Save