更新 xiaohongshu.js

This commit is contained in:
奶思(⸝⸝•‧̫•⸝⸝)
2025-07-28 23:49:18 +08:00
committed by GitHub
parent 727e92a2e5
commit 80c63b1fdd

View File

@ -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];