diff --git a/lib/routes/xiaohongshu/user.ts b/lib/routes/xiaohongshu/user.ts index c36785b71..2f9d95b6f 100644 --- a/lib/routes/xiaohongshu/user.ts +++ b/lib/routes/xiaohongshu/user.ts @@ -98,7 +98,7 @@ async function getUserFeeds(url: string, category: string) { n.map(({ id, noteCard }) => ({ title: noteCard.displayTitle, link: new URL(noteCard.noteId || id, url).toString(), - guid: new URL(noteCard.noteId || id, url).toString() || noteCard.displayTitle, + guid: noteCard.displayTitle, description: `
${noteCard.displayTitle}`, author: noteCard.user.nickname, upvotes: noteCard.interactInfo.likedCount,