|
|
@ -315,6 +315,13 @@ function yiji() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(MY_PAGE==1){ |
|
|
|
if(MY_PAGE==1){ |
|
|
|
|
|
|
|
var cfgfile = "hiker://files/rules/Src/Juying/config.json"; |
|
|
|
|
|
|
|
var Juyingcfg=fetch(cfgfile); |
|
|
|
|
|
|
|
if(Juyingcfg != ""){ |
|
|
|
|
|
|
|
eval("var JYconfig=" + Juyingcfg+ ";"); |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
var JYconfig= {}; |
|
|
|
|
|
|
|
} |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: "管理", |
|
|
|
title: "管理", |
|
|
|
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { |
|
|
|
url: $("hiker://empty#noRecordHistory##noHistory#").rule(() => { |
|
|
@ -325,8 +332,8 @@ function yiji() { |
|
|
|
col_type: 'icon_small_4' |
|
|
|
col_type: 'icon_small_4' |
|
|
|
}); |
|
|
|
}); |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: "历史", |
|
|
|
title: JYconfig['recordentry']==1?"历史":"收藏", |
|
|
|
url: "hiker://history", |
|
|
|
url: JYconfig['recordentry']==1?"hiker://history":"hiker://collection", |
|
|
|
pic_url: 'https://lanmeiguojiang.com/tubiao/more/109.png', |
|
|
|
pic_url: 'https://lanmeiguojiang.com/tubiao/more/109.png', |
|
|
|
col_type: 'icon_small_4' |
|
|
|
col_type: 'icon_small_4' |
|
|
|
}); |
|
|
|
}); |
|
|
@ -413,13 +420,7 @@ function yiji() { |
|
|
|
xunmi(name); |
|
|
|
xunmi(name); |
|
|
|
}, input); |
|
|
|
}, input); |
|
|
|
}); |
|
|
|
}); |
|
|
|
var cfgfile = "hiker://files/rules/Src/Juying/config.json"; |
|
|
|
|
|
|
|
var Juyingcfg=fetch(cfgfile); |
|
|
|
|
|
|
|
if(Juyingcfg != ""){ |
|
|
|
|
|
|
|
eval("var JYconfig=" + Juyingcfg+ ";"); |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
var JYconfig= {}; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
var list = html.listData.results; |
|
|
|
var list = html.listData.results; |
|
|
|
for (var i in list) { |
|
|
|
for (var i in list) { |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|