|
|
|
@ -346,6 +346,8 @@ function dianboyiji() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(MY_PAGE==1){ |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
let groupNames = getJiekouGroups(yxdatalist); |
|
|
|
|
groupNames.forEach(it =>{ |
|
|
|
|
let obj = { |
|
|
|
@ -373,9 +375,38 @@ function dianboyiji() { |
|
|
|
|
|
|
|
|
|
d.push(obj); |
|
|
|
|
}) |
|
|
|
|
*/ |
|
|
|
|
d.push({ |
|
|
|
|
title: sourceNmae || "换源", |
|
|
|
|
url: $('#noLoading#').lazyRule((it) => { |
|
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); |
|
|
|
|
return selectSource(it); |
|
|
|
|
}, it), |
|
|
|
|
pic_url: "https://hikerfans.com/tubiao/system/130.png", |
|
|
|
|
col_type: "icon_3_round_fill" |
|
|
|
|
}) |
|
|
|
|
d.push({ |
|
|
|
|
title: "搜索", |
|
|
|
|
url: $('#noLoading#').lazyRule((it) => { |
|
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); |
|
|
|
|
return selectSource(it); |
|
|
|
|
}, it), |
|
|
|
|
pic_url: "https://hikerfans.com/tubiao/messy/25.svg", |
|
|
|
|
col_type: "icon_3_round_fill" |
|
|
|
|
}) |
|
|
|
|
d.push({ |
|
|
|
|
title: "设置", |
|
|
|
|
url: $('#noLoading#').lazyRule((it) => { |
|
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); |
|
|
|
|
return selectSource(it); |
|
|
|
|
}, it), |
|
|
|
|
pic_url: "https://hikerfans.com/tubiao/messy/30.svg", |
|
|
|
|
col_type: "icon_3_round_fill" |
|
|
|
|
}) |
|
|
|
|
d.push({ |
|
|
|
|
col_type: "line_blank" |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
for (let i = 0; i < 9; i++) { |
|
|
|
|
d.push({ |
|
|
|
|
col_type: "blank_block" |
|
|
|
|