Skip to content

Commit

Permalink
显示渠道名字
Browse files Browse the repository at this point in the history
  • Loading branch information
qist committed Aug 30, 2024
1 parent 60bc4f1 commit c76df61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/caiji.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ var rule = {
data.list.forEach(function(it) {
d.push({
url: "https://www.tycng.com/cj.php?id=" + it.id + "&port=" + data.port,
title: it.name,
title: it.name + "," + data.portname,
img: it.pic,
content:it.content,
desc: it.remarks + "," + it.type_name + "," + data.portname
desc: it.remarks + "," + it.type_name
})
});
});
Expand Down

0 comments on commit c76df61

Please sign in to comment.