From b25c496387f95b69aa6ef545ac06e96b14b218d4 Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Mon, 15 Jul 2024 21:05:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SrcJuying.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/SrcJuying.js b/SrcJuying.js
index 39efa6f3..e83335f9 100644
--- a/SrcJuying.js
+++ b/SrcJuying.js
@@ -652,14 +652,15 @@ function dianboyiji() {
}
})
let searchModeS = ["代理聚搜","分组接口","当前接口","当前页面"].map(v=>{
- return v==getItem("接口搜索方式","当前接口")?`‘‘’’`+v+`√`:v;
+ return v==getItem("接口搜索方式","当前接口")?`‘‘’’`+v+`√`:v+' ';
});
d.push({
title: "搜索方式",
url: $(searchModeS,1).select(()=>{
- input = input.replace(/[’‘]|<[^>]*>|√/g, "");
+ input = input.replace(/[’‘]|<[^>]*>| |√/g, "");
setItem("接口搜索方式",input);
+ refreshPage();
return "toast://搜索方式设置为:"+input;
}),
pic_url: getIcon("点播-搜索.svg"),