From 97cbb2f96e50cc2c7328705c154683d86764d8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E6=80=9D=28=E2=B8=9D=E2=B8=9D=E2=80=A2=E2=80=A7?= =?UTF-8?q?=CC=AB=E2=80=A2=E2=B8=9D=E2=B8=9D=29?= <57740735+fmz200@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20xiaohongshu.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/xiaohongshu/xiaohongshu.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scripts/xiaohongshu/xiaohongshu.js b/Scripts/xiaohongshu/xiaohongshu.js index 03b863ac..62ce4b9e 100644 --- a/Scripts/xiaohongshu/xiaohongshu.js +++ b/Scripts/xiaohongshu/xiaohongshu.js @@ -86,6 +86,10 @@ if (url.includes("/note/imagefeed?") || url.includes("/note/feed?")) { item.share_info.function_entries.unshift(addItem); } } + // 处理帖子引用的标签 + if (item.hash_tag) { + item.hash_tag = item.hash_tag.filter(tag => tag.type !== "interact_vote"); + } } const images_list = obj.data[0].note_list[0].images_list;