更新 'SrcJuman.js'

Ju
src48597962 2 years ago
parent 2a4bc59cba
commit ee0a0c0f7e
  1. 13
      SrcJuman.js

@ -17,15 +17,18 @@ function yiji() {
})
d.push({
title: "排行",
url: "",
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJmPublic.js');
getData('排行');
}),
pic_url: "hiker://files/cache/src/排行.webp",
col_type: 'icon_5'
})
d.push({
title: "分类",
url: $("hiker://empty#noRecordHistory##noHistory#?page=fypage").rule(() => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJmClass.js');
Category();
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJmPublic.js');
getData('分类');
}),
pic_url: "hiker://files/cache/src/分类.webp",
col_type: 'icon_5'
@ -33,8 +36,8 @@ function yiji() {
d.push({
title: "更新",
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJmClass.js');
Update();
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJmPublic.js');
getData('更新');
}),
pic_url: "hiker://files/cache/src/更新.webp",
col_type: 'icon_5'

Loading…
Cancel
Save