更新 'SrcJyPublic.js'

master
src48597962 9 months ago
parent 92f7f041a2
commit 0bb7fce33d
  1. 4
      SrcJyPublic.js

@ -211,13 +211,13 @@ function selectSource() {
title: "切换源分组", title: "切换源分组",
options: groupnames, options: groupnames,
col: 2, col: 2,
js: $.toString(() => { js: $.toString((inputBox,manage,getGroupLists,sourceAllList) => {
inputBox.setTitle(input); inputBox.setTitle(input);
inputBox.setDefaultValue(""); inputBox.setDefaultValue("");
let sourceList = getGroupLists(sourceAllList, input); let sourceList = getGroupLists(sourceAllList, input);
manage.list = sourceList; manage.list = sourceList;
manage.change(); manage.change();
}) },inputBox,manage,getGroupLists,sourceAllList)
}); });
}, },
titleVisible: true titleVisible: true

Loading…
Cancel
Save