From bc4b6cf33a529a63dc39e499a8bce79d5e29738c Mon Sep 17 00:00:00 2001 From: slikie <13197246+slikie@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:50:49 +0800 Subject: [PATCH] try fixup with guid field (#21) --- src/lib/xiaohongshu/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/xiaohongshu/user.js b/src/lib/xiaohongshu/user.js index b661992..79a631d 100644 --- a/src/lib/xiaohongshu/user.js +++ b/src/lib/xiaohongshu/user.js @@ -48,6 +48,7 @@ let deal = async (ctx) => { n.map(({ noteCard }) => ({ title: noteCard.displayTitle, link: `${url}/${noteCard.noteId}`, + guid: noteCard.displayTitle, description: `
${noteCard.displayTitle}`, author: noteCard.user.nickname, upvotes: noteCard.interactInfo.likedCount,