|
|
@ -379,15 +379,13 @@ function erji() { |
|
|
|
}) |
|
|
|
}) |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: `““””<b><span style="color: #f47983">样式<small>🎨</small></span></b>`, |
|
|
|
title: `““””<b><span style="color: #f47983">样式<small>🎨</small></span></b>`, |
|
|
|
url: $(["text_1","text_2","text_3","flex_button"],1,"选集列表样式").select((列表, 解析, 公共, name) => { |
|
|
|
url: $(["text_1","text_2","text_3","flex_button"],1,"选集列表样式").select((列表, name,lazy) => { |
|
|
|
deleteItemByCls('playlist'); |
|
|
|
deleteItemByCls('playlist'); |
|
|
|
let d = []; |
|
|
|
let d = []; |
|
|
|
for(let i=0; i<列表.length; i++) { |
|
|
|
for(let i=0; i<列表.length; i++) { |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: 列表[i].title, |
|
|
|
title: 列表[i].title, |
|
|
|
url: 列表[i].url + $("").lazyRule((解析,公共) => { |
|
|
|
url: 列表[i].url + lazy, |
|
|
|
return 解析(input,公共); |
|
|
|
|
|
|
|
}, 解析, 公共), |
|
|
|
|
|
|
|
col_type: input, |
|
|
|
col_type: input, |
|
|
|
extra: { |
|
|
|
extra: { |
|
|
|
id: name + "_选集_" + i, |
|
|
|
id: name + "_选集_" + i, |
|
|
@ -398,12 +396,36 @@ function erji() { |
|
|
|
addItemBefore('listloading', d); |
|
|
|
addItemBefore('listloading', d); |
|
|
|
setItem('SrcJuList_col_type', input); |
|
|
|
setItem('SrcJuList_col_type', input); |
|
|
|
return 'hiker://empty' |
|
|
|
return 'hiker://empty' |
|
|
|
}, 列表, 解析, 公共, name), |
|
|
|
}, 列表,name,lazy), |
|
|
|
col_type: 'scroll_button', |
|
|
|
col_type: 'scroll_button', |
|
|
|
extra: { |
|
|
|
extra: { |
|
|
|
cls: "loadlist" |
|
|
|
cls: "loadlist" |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
$(["text_1","text_2","text_3","flex_button"],1,"选集列表样式").select((列表, 解析, 公共, name) => { |
|
|
|
|
|
|
|
deleteItemByCls('playlist'); |
|
|
|
|
|
|
|
let d = []; |
|
|
|
|
|
|
|
for(let i=0; i<列表.length; i++) { |
|
|
|
|
|
|
|
d.push({ |
|
|
|
|
|
|
|
title: 列表[i].title, |
|
|
|
|
|
|
|
url: 列表[i].url + $("").lazyRule((解析,公共) => { |
|
|
|
|
|
|
|
return 解析(input,公共); |
|
|
|
|
|
|
|
}, 解析, 公共), |
|
|
|
|
|
|
|
col_type: input, |
|
|
|
|
|
|
|
extra: { |
|
|
|
|
|
|
|
id: name + "_选集_" + i, |
|
|
|
|
|
|
|
cls: "loadlist playlist" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
addItemBefore('listloading', d); |
|
|
|
|
|
|
|
setItem('SrcJuList_col_type', input); |
|
|
|
|
|
|
|
return 'hiker://empty' |
|
|
|
|
|
|
|
}, 列表, 解析, 公共, name) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
if(线路s.length>1){ |
|
|
|
if(线路s.length>1){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: `““””<b><span style="color: #AABBFF">`+线路s[indexid]+`<small>⚡</small></span></b>`, |
|
|
|
title: `““””<b><span style="color: #AABBFF">`+线路s[indexid]+`<small>⚡</small></span></b>`, |
|
|
|