更新 'SrcJyPublic.js'

master
src48597962 9 months ago
parent 896216cbfe
commit b3639ec1f8
  1. 5
      SrcJyPublic.js

@ -223,11 +223,14 @@ function selectSource() {
pop.dismiss();
let input = s.replace(/[’‘]/g, "");
if(sourceList[i].name==s){
Juconfig["homeSource"] = sourceList[i];
writeFile(cfgfile, JSON.stringify(Juconfig));
refreshPage(false);
return 'toast://' + '主页源已设置为:' + input;
}else{
return 'toast://源列表索引异常'
}
},
menuClick(manage) {
hikerPop.selectCenter({

Loading…
Cancel
Save