mirror of
https://github.com/qist/tvbox.git
synced 2025-01-23 18:34:58 +08:00
fix
This commit is contained in:
parent
3f8a50251c
commit
60bc4f1e89
@ -79,7 +79,7 @@ var rule = {
|
||||
json.data.forEach(function(data) {
|
||||
data.list.forEach(function(it) {
|
||||
d.push({
|
||||
url: "https://www.tycng.com/cj.php?jspid=" + it.id + "&port=" + data.port,
|
||||
url: "https://www.tycng.com/cj.php?id=" + it.id + "&port=" + data.port,
|
||||
title: it.name,
|
||||
img: it.pic,
|
||||
content:it.content,
|
||||
|
Loading…
x
Reference in New Issue
Block a user