更新 'SrcJyPublic.js'

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

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

Loading…
Cancel
Save