From 242f1ff3d9e5a0e438aa9825bef4d0ffe222d361 Mon Sep 17 00:00:00 2001 From: king Date: Thu, 6 Nov 2025 22:12:43 +0800 Subject: [PATCH] update something --- 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 4065d413..d09b0850 100644 --- a/Scripts/xiaohongshu/xiaohongshu.js +++ b/Scripts/xiaohongshu/xiaohongshu.js @@ -106,7 +106,7 @@ if (url.includes("/note/imagefeed?") || url.includes("/note/feed?")) { if (url.includes("/note/live_photo/save")) { console.log('原body:' + rsp_body); const rsp = $.getdata("fmz200.xiaohongshu.feed.rsp"); - console.log("读取缓存key:fmz200.xiaohongshu.feed.rsp"); + console.log("读取缓存key[fmz200.xiaohongshu.feed.rsp]的值:" + rsp); // console.log("读取缓存val:" + rsp); if (rsp == null || rsp.length === 0) { console.log('缓存无内容,返回原body');