From a32e6b4097834691b1079058ac05b463be396fe7 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 26 Mar 2023 16:09:15 +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 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/SrcJyMenu.js b/SrcJyMenu.js index f3e95cf9..f85429ff 100644 --- a/SrcJyMenu.js +++ b/SrcJyMenu.js @@ -558,3 +558,53 @@ function lookset(){ }); setHomeResult(d); } +//主页导航按钮菜单 +let buttonmenu = { + "历史": { + name: "历史", + img: "https://lanmeiguojiang.com/tubiao/more/109.png", + url: "hiker://history" + }, + "收藏": { + name: "收藏", + img: "https://lanmeiguojiang.com/tubiao/more/109.png", + url: "hiker://collection" + }, + "搜索": { + name: "搜索", + img: "https://lanmeiguojiang.com/tubiao/more/101.png", + url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { + require(config.依赖); + sousuo2(); + }) + }, + "展示": { + name: "展示", + img: "https://lanmeiguojiang.com/tubiao/more/105.png", + url: $("hiker://empty##fypage#noRecordHistory##noHistory#").rule(() => { + require(config.依赖); + jiekouyiji(); + }) + }, + "直播": { + name: "直播", + img: "https://lanmeiguojiang.com/tubiao/more/87.png", + url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { + require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcLive.js'); + Live(); + }) + }, + "Alist": { + name: "Alist", + img: "hiker://files/cache/src/Alist.svg", + url: $("hiker://empty###noRecordHistory##noHistory#").rule(() => { + require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAlist.js'); + alistHome(); + }) + }, + "云盘": { + name: "云盘", + img: "https://lanmeiguojiang.com/tubiao/more/109.png", + url: "hiker://collection" + } +}