From b8368f5e9a1daee07b42cc10249e43b9d5ec096e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 7 Jun 2024 12:54:40 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SrcJuying.js b/SrcJuying.js index 40116d93..342f5403 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -383,19 +383,19 @@ function dianboyiji() { }) d.push({ title: "搜索", - url: $('#noLoading#').lazyRule((it) => { + url: $('#noLoading#').lazyRule(() => { require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); - return selectSource(it); - }, it), + return selectSource(); + }), pic_url: "https://hikerfans.com/tubiao/messy/25.svg", col_type: "icon_3_round_fill" }) d.push({ title: "设置", - url: $('#noLoading#').lazyRule((it) => { + url: $('#noLoading#').lazyRule(() => { require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); - return selectSource(it); - }, it), + return selectSource(); + }), pic_url: "https://hikerfans.com/tubiao/messy/30.svg", col_type: "icon_3_round_fill" })