Skip to content

Commit

Permalink
try fixup with guid field (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
slikie authored Sep 19, 2024
1 parent 4748f6a commit bc4b6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/xiaohongshu/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ let deal = async (ctx) => {
n.map(({ noteCard }) => ({
title: noteCard.displayTitle,
link: `${url}/${noteCard.noteId}`,
guid: noteCard.displayTitle,
description: `<img src ="${noteCard.cover.infoList.pop().url}"><br>${noteCard.displayTitle}`,
author: noteCard.user.nickname,
upvotes: noteCard.interactInfo.likedCount,
Expand Down

0 comments on commit bc4b6cf

Please sign in to comment.