更新 'SrcJyPublic.js'

master
src48597962 9 months ago
parent 0bb7fce33d
commit 101438e355
  1. 25
      SrcJyPublic.js

@ -205,19 +205,17 @@ function selectSource() {
defaultValue: "", defaultValue: "",
click(s, manage) { click(s, manage) {
let groupnames = getJiekouGroups(sourceAllList); let groupnames = getJiekouGroups(sourceAllList);
inputBox.setDefaultValue("");
//inputBox.setTitle("换分组");
//inputBox.setHint("不好了"); //inputBox.setHint("不好了");
showSelectOptions({ hikerPop.selectCenter({
title: "切换源分组", options: groupnames,
options: groupnames, columns: 2,
col: 2, title: "切换源分组",
js: $.toString((inputBox,manage,getGroupLists,sourceAllList) => { //position: 2,
inputBox.setTitle(input); click(a) {
inputBox.setDefaultValue(""); inputBox.setTitle(a);
let sourceList = getGroupLists(sourceAllList, input); }
manage.list = sourceList;
manage.change();
},inputBox,manage,getGroupLists,sourceAllList)
}); });
}, },
titleVisible: true titleVisible: true
@ -323,3 +321,6 @@ function colorTitle(title, Color) {
return '<font color="' + Color + '">' + title + '</font>'; return '<font color="' + Color + '">' + title + '</font>';
} }

Loading…
Cancel
Save