parent
207e440c24
commit
7576c317cf
@ -1,63 +0,0 @@ |
|||||||
function yiji() { |
|
||||||
var d = []; |
|
||||||
let yijimenu = [ |
|
||||||
{ |
|
||||||
title: "管理", |
|
||||||
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { |
|
||||||
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); |
|
||||||
SRCSet(); |
|
||||||
}), |
|
||||||
pic_url: 'https://lanmeiguojiang.com/tubiao/more/129.png', |
|
||||||
col_type: 'icon_5' |
|
||||||
}, |
|
||||||
{ |
|
||||||
title: "书架", |
|
||||||
url: "hiker://collection", |
|
||||||
pic_url: 'https://lanmeiguojiang.com/tubiao/more/109.png', |
|
||||||
col_type: 'icon_5' |
|
||||||
}, |
|
||||||
{ |
|
||||||
title: "搜索", |
|
||||||
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { |
|
||||||
require(config.依赖); |
|
||||||
sousuo2(); |
|
||||||
}), |
|
||||||
pic_url: 'https://lanmeiguojiang.com/tubiao/more/101.png', |
|
||||||
col_type: 'icon_5' |
|
||||||
}, |
|
||||||
{ |
|
||||||
title: "展示", |
|
||||||
url: $("hiker://empty##fypage#noRecordHistory##noHistory#").rule(() => { |
|
||||||
require(config.依赖); |
|
||||||
jiekouyiji(); |
|
||||||
}), |
|
||||||
pic_url: 'https://lanmeiguojiang.com/tubiao/more/105.png', |
|
||||||
col_type: 'icon_5' |
|
||||||
}, |
|
||||||
{ |
|
||||||
title: "直播", |
|
||||||
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { |
|
||||||
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcLive.js'); |
|
||||||
Live(); |
|
||||||
}), |
|
||||||
pic_url: 'https://lanmeiguojiang.com/tubiao/more/87.png', |
|
||||||
col_type: 'icon_5' |
|
||||||
}, |
|
||||||
{ |
|
||||||
col_type: 'line' |
|
||||||
} |
|
||||||
] |
|
||||||
if(MY_PAGE==1){ |
|
||||||
for(var i in yijimenu){ |
|
||||||
d.push( |
|
||||||
yijimenu[i] |
|
||||||
) |
|
||||||
} |
|
||||||
for (let i = 0; i < 10; i++) { |
|
||||||
d.push({ |
|
||||||
col_type: "blank_block" |
|
||||||
}) |
|
||||||
} |
|
||||||
} |
|
||||||
setResult(d); |
|
||||||
} |
|
Loading…
Reference in new issue