更新 'SrcJyMenu.js'

master
src48597962 2 years ago
parent d336b45348
commit a32e6b4097
  1. 50
      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"
}
}

Loading…
Cancel
Save