From 46dc439d9b64fe8233048b4c9913bc5f12f8e6e3 Mon Sep 17 00:00:00 2001 From: qist <87984115@qq.com> Date: Fri, 30 Aug 2024 11:49:35 +0800 Subject: [PATCH] fix --- js/caiji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/caiji.js b/js/caiji.js index 50573779..50d15e64 100644 --- a/js/caiji.js +++ b/js/caiji.js @@ -80,7 +80,7 @@ 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 + "," + data.portname, + title: it.name + "【" + data.portname + "】", img: it.pic, content:it.content, desc: it.remarks + "," + it.type_name