From 0a7ba2ab1dfa8b9c909c7db4aaeab3c127cc6cfc Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 23 Aug 2024 10:43:31 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 251c9bac..dfe22f35 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -574,6 +574,7 @@ function selectSource() { hint: "源关键字筛选,右边切换分组", title: sourceListGroup, onChange(s, manage) { + putMyVar("sourceListFilter", s); tmpList = sourceList.filter(x => x.name.toLowerCase().includes(s.toLowerCase())); let flist = getnames(tmpList).names; manage.list.length = 0; @@ -582,7 +583,7 @@ function selectSource() { }); manage.change(); }, - defaultValue: "", + defaultValue: getMyVar("sourceListFilter", ""), click(s, manage) { let groupnames = getJiekouGroups(sourceAllList); let tags = getJkTags(sourceAllList);