This commit is contained in:
qist 2024-08-30 11:49:35 +08:00
parent c76df61e64
commit 46dc439d9b

View File

@ -80,7 +80,7 @@ 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 + "," + data.portname, title: it.name + "" + data.portname + "】",
img: it.pic, img: it.pic,
content:it.content, content:it.content,
desc: it.remarks + "," + it.type_name desc: it.remarks + "," + it.type_name