update SrcJuying.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 0aa4651e19
commit aceb6b9950
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 6
      SrcJuying.js

@ -2781,8 +2781,10 @@ function sousuo2() {
var JYconfig= {}; var JYconfig= {};
} }
try{ try{
delete JYconfig['resoulist']; if(JYconfig.resoulist){
writeFile(cfgfile, JSON.stringify(JYconfig)); delete JYconfig['resoulist'];
writeFile(cfgfile, JSON.stringify(JYconfig));
}
}catch(e){ }catch(e){
//过几个版本后删除 //过几个版本后删除
} }

Loading…
Cancel
Save