|
|
|
@ -376,7 +376,7 @@ function guanlidata(datalist) { |
|
|
|
|
} |
|
|
|
|
list.push({ |
|
|
|
|
title: name, |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("直播-标志.svg"), |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("直播-tv.svg"), |
|
|
|
|
col_type: 'icon_2_round', |
|
|
|
|
url: $('#noLoading#').lazyRule((name) => { |
|
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcLive.js'); |
|
|
|
@ -542,7 +542,7 @@ function LiveSet() { |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
title: "订阅源管理", |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("箭头.svg"), |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("直播-箭头.svg"), |
|
|
|
|
url: $('hiker://empty#noRecordHistory##noHistory#').rule(() => { |
|
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
|
//refreshPage(false);
|
|
|
|
@ -760,7 +760,7 @@ function LiveSet() { |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
title: "TVBox订阅", |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("箭头.svg"), |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("直播-箭头.svg"), |
|
|
|
|
col_type: "text_icon", |
|
|
|
|
url: $('hiker://empty#noRecordHistory##noHistory#').rule(() => { |
|
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
@ -944,7 +944,7 @@ function LiveSet() { |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
title: "编辑本地源", |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("箭头.svg"), |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("直播-箭头.svg"), |
|
|
|
|
col_type: "text_icon", |
|
|
|
|
url: |
|
|
|
|
getMyVar("JYlivedyurl", "juying") == "juying" |
|
|
|
@ -960,7 +960,7 @@ function LiveSet() { |
|
|
|
|
}); |
|
|
|
|
d.push({ |
|
|
|
|
title: "清空直播源", |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("箭头.svg"), |
|
|
|
|
img: globalMap0.getMyVar('gmParams').getIcon("直播-箭头.svg"), |
|
|
|
|
col_type: "text_icon", |
|
|
|
|
url: $("确定清空聚影直播本地文件?").confirm(() => { |
|
|
|
|
writeFile(globalMap0.getMyVar('gmParams').datapath + "live.txt", ""); |
|
|
|
|