|
|
@ -1,5 +1,5 @@ |
|
|
|
//本代码仅用于个人学习,请勿用于其他作用,下载后请24小时内删除,代码虽然是公开学习的,但请尊重作者,应留下说明
|
|
|
|
//本代码仅用于个人学习,请勿用于其他作用,下载后请24小时内删除,代码虽然是公开学习的,但请尊重作者,应留下说明
|
|
|
|
let datapath = "hiker://files/data/聚影✓/"; |
|
|
|
let datapath = "hiker://files/data2/"+MY_RULE.title+"/"; |
|
|
|
putMyVar('JY直播数据路径', datapath); |
|
|
|
putMyVar('JY直播数据路径', datapath); |
|
|
|
function Live() { |
|
|
|
function Live() { |
|
|
|
addListener("onClose", $.toString(() => { |
|
|
|
addListener("onClose", $.toString(() => { |
|
|
@ -33,7 +33,7 @@ function Live() { |
|
|
|
return item.show!=0; |
|
|
|
return item.show!=0; |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
let JYlivefile = "hiker://files/data/聚影✓/live.txt"; |
|
|
|
let JYlivefile = datapath + "live.txt"; |
|
|
|
let JYlive = ""; |
|
|
|
let JYlive = ""; |
|
|
|
let JYlivedyurl = getMyVar('JYlivedyurl','juying'); |
|
|
|
let JYlivedyurl = getMyVar('JYlivedyurl','juying'); |
|
|
|
if(getMyVar('JYlivelocal','0')=="1"){ |
|
|
|
if(getMyVar('JYlivelocal','0')=="1"){ |
|
|
|