From b1477a660580a38ed0705ab49ac9df6f3bd325d3 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 7 Jun 2024 19:21:57 +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, 3 insertions(+), 3 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index ffdde149..390d73fb 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -190,12 +190,12 @@ function selectSource() { noAutoDismiss: true, toPosition: index, extraInputBox: (inputBox = new hikerPop.ResExtraInputBox({ - hint: "源关键字", + hint: "源关键字筛选,右边切换源分组", title: sourceGroup || "全部", onChange(s, manage) { //log("onChange:"+s); - let flist = names.filter(x => x.includes(s)); - tmpList = sourceList.filter(x => x.name.includes(s)); + let flist = names.filter(x => x.toLowerCase().includes(s.toLowerCase())); + tmpList = sourceList.filter(x => x.name.toLowerCase().includes(s.toLowerCase())); manage.list.length = 0; flist.forEach(x => { manage.list.push(x);