From f479f717886f89bfdf703c96bbc3ed0378ac70df Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 20 Jul 2024 23:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 2cefcc54..1352a923 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -465,6 +465,7 @@ function selectSource() { if(s.startsWith('[')){ inputBox.setTitle('全部'); inputBox.setDefaultValue(s); + /* sourceList = getGroupLists(sourceAllList, '全部'); names = getnames(sourceList).names; tmpList = sourceList.filter(x => x.name.toLowerCase().includes(s.toLowerCase())); @@ -473,6 +474,8 @@ function selectSource() { flist.forEach(x => { manage.list.push(x); }); + manage.change(); + */ }else{ inputBox.setTitle(s); inputBox.setDefaultValue(""); @@ -483,9 +486,10 @@ function selectSource() { names.forEach(x => { manage.list.push(x); }); + manage.change(); } - manage.change(); + } }); },