Skip to content

Commit

Permalink
feat: rss3 description
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jul 22, 2024
1 parent 94447ee commit 4f79881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/rss3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ async function handler(ctx) {
title: `${account} activities`,
link: 'https://rss3.io',
item: data.map((item) => ({
title: `${item.tag} ${item.type} action on ${item.network}`,
description: `From: ${item.from}<br/>To: ${item.to}`,
title: `New ${item.tag} ${item.type} action on ${item.network}`,
description: `New ${item.tag} ${item.type} action on ${item.network}<br /><br />From: ${item.from}<br/>To: ${item.to}`,
link: item.actions?.[0]?.related_urls?.[0],
guid: item.id,
author: [
Expand Down

0 comments on commit 4f79881

Please sign in to comment.