diff --git a/resource/sites/hhanclub.top/getSearchResult.js b/resource/sites/hhanclub.top/getSearchResult.js index 89198154e..f1057655b 100644 --- a/resource/sites/hhanclub.top/getSearchResult.js +++ b/resource/sites/hhanclub.top/getSearchResult.js @@ -52,6 +52,7 @@ // 遍历数据行 for (let index = 0; index < rows.length; index++) { const row = rows.eq(index); + row.find(".torrent-info-text-name .new").remove(); let title = row.find(".torrent-info-text-name"); if (title.length == 0) { continue;