更新 'SrcJyPublic.js'

master
src48597962 7 months ago
parent 0c6b4ce752
commit e0d0ced59a
  1. 5
      SrcJyPublic.js

@ -625,7 +625,10 @@ function selectSource() {
let input = s.replace(/[’‘]|<[^>]*>/g, "");
log(input);
log(i);
log(tmpList[i].name);
log(tmpList[i]);
if(tmpList[i].name==input){
}
/*
if(tmpList[i].name==input){
Juconfig["homeSource"] = tmpList[i];

Loading…
Cancel
Save