From f2f6095c9c31bbf48423c486514b74698faa9ba7 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 14 Jul 2024 12:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyMenu.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyMenu.js | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/SrcJyMenu.js b/SrcJyMenu.js index a72b65d5..79f63db2 100644 --- a/SrcJyMenu.js +++ b/SrcJyMenu.js @@ -444,7 +444,7 @@ function lookset() { let menubtns = ["管理", "历史", "收藏", "点播", "直播", "Alist", "云盘"];//"搜索", let buttonmenu = { "管理": { - img: "https://hikerfans.com/tubiao/more/129.png", + img: getIcon("主页-管理.svg"),//"https://hikerfans.com/tubiao/more/129.png", url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); manageSet(); @@ -455,25 +455,18 @@ let buttonmenu = { url: "hiker://history?rule=" + MY_RULE.title }, "收藏": { - img: "https://hikerfans.com/tubiao/more/109.png", + img: getIcon("主页-收藏.svg"),//"https://hikerfans.com/tubiao/more/109.png", url: "hiker://collection?rule=" + MY_RULE.title }, - "搜索": { - img: "https://hikerfans.com/tubiao/more/101.png", - url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { - require(config.依赖); - sousuo2(); - }) - }, "点播": { - img: "https://hikerfans.com/tubiao/more/105.png", + img: getIcon("主页-点播.svg"),//"https://hikerfans.com/tubiao/more/105.png", url: $("hiker://empty##fypage#noRecordHistory##noHistory#").rule(() => { require(config.依赖); dianboyiji(); }) }, "直播": { - img: "https://hikerfans.com/tubiao/more/87.png", + img: getIcon("主页-直播.svg"),//"https://hikerfans.com/tubiao/more/87.png", url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcLive.js'); Live(); @@ -487,7 +480,7 @@ let buttonmenu = { }) }, "云盘": { - img: "https://hikerfans.com/tubiao/more/97.png", + img: getIcon("主页-云盘.svg"),//"https://hikerfans.com/tubiao/more/97.png", url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAliDisk.js'); aliMyDisk();