Skip to content

Commit

Permalink
fix: douban guid
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 19, 2021
1 parent 53f6347 commit a43b67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/douban/people/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ module.exports = async (ctx) => {
const r = getContentByActivity(ctx, item);
return {
title: r.title,
link: item.status.sharing_url,
link: item.status.sharing_url.replace(/\?_i=(.*)/, ''),
pubDate: new Date(Date.parse(item.status.create_time + ' GMT+0800')).toUTCString(),
description: r.description,
};
Expand Down

2 comments on commit a43b67b

@vercel
Copy link

@vercel vercel bot commented on a43b67b Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AgFlore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DIYgod 要修的至少还有另一处topic的路由
#8562

Please sign in to comment.