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,