mirror of
https://github.com/qist/tvbox.git
synced 2025-01-24 03:04:56 +08:00
显示渠道名字
This commit is contained in:
parent
60bc4f1e89
commit
c76df61e64
@ -80,10 +80,10 @@ var rule = {
|
|||||||
data.list.forEach(function(it) {
|
data.list.forEach(function(it) {
|
||||||
d.push({
|
d.push({
|
||||||
url: "https://www.tycng.com/cj.php?id=" + it.id + "&port=" + data.port,
|
url: "https://www.tycng.com/cj.php?id=" + it.id + "&port=" + data.port,
|
||||||
title: it.name,
|
title: it.name + "," + data.portname,
|
||||||
img: it.pic,
|
img: it.pic,
|
||||||
content:it.content,
|
content:it.content,
|
||||||
desc: it.remarks + "," + it.type_name + "," + data.portname
|
desc: it.remarks + "," + it.type_name
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user