更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 03a1269549
commit 2918f1e65d
  1. 19
      SrcJu.js

@ -474,8 +474,8 @@ function erji() {
}
})
}
log('0')
/*
列表.forEach((item, id) => {
d.push({
title: item.title,
@ -489,6 +489,23 @@ function erji() {
}
});
})
*/
log('0')
列表.forEach((item, id) => {
d.push({
title: item.title,
url: item.url + $("").lazyRule(() => {
return "";
}),
col_type: getItem('SrcJuList_col_type', 'text_2'),
extra: {
id: name + "_选集_" + id,
cls: "loadlist playlist"
}
});
})
/*
for(let i=0; i<列表.length; i++) {

Loading…
Cancel
Save