From 80c63b1fddc6a91b76a43b945147139abeb00f6c 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: Mon, 28 Jul 2025 23:49:18 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/xiaohongshu/xiaohongshu.js b/Scripts/xiaohongshu/xiaohongshu.js index 9c9e8806..03b863ac 100644 --- a/Scripts/xiaohongshu/xiaohongshu.js +++ b/Scripts/xiaohongshu/xiaohongshu.js @@ -128,7 +128,7 @@ if (url.includes("/note/live_photo/save")) { } if (url.includes("/note/widgets")) { - const item = ["cooperate_binds", "generic", "note_next_step"]; + const item = ["cooperate_binds", "generic", "note_next_step", "widget_list"]; if (obj?.data) { for (let i of item) { delete obj.data[i];