This commit is contained in:
qist 2024-08-30 11:19:25 +08:00
parent 3f8a50251c
commit 60bc4f1e89

View File

@ -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,