Skip to content

Commit

Permalink
ci: update issue scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 21, 2024
1 parent 3f16359 commit 62954cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-rss.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const rssFilePath = `./feeds/rss/${year}-${week}.json`;
const rsstitle = post.title.replace(/(^[\n\s\r]+)|([\n\s\r]+$)/, '')
const description = getSummary(post.content_html)
const bannerImage = getFirstImageFromHtml(post.content_html);
mdListContent += `\n### [${rsstitle}](${rssurl}) ${bannerImage == null ? "" : `\n\n![](${bannerImage})`}\n\n${description} ([#${post.id}](https://github.com/jaywcjlove/quick-rss/issues/${post.id}) - [@${post.author.name}](https://github.com/${post.author.name}))`;
mdListContent += `\n## [${rsstitle}](${rssurl}) ${bannerImage == null ? "" : `\n\n![](${bannerImage})`}\n\n${description} ([#${post.id}](https://github.com/jaywcjlove/quick-rss/issues/${post.id}) - [@${post.author.name}](https://github.com/${post.author.name}))`;
const footerHTML = `<br /><br />
<a href="https://github.com/jaywcjlove/quick-rss/issues/new/choose" target="_blank">投稿/推荐/自荐</a>
<a href="https://wangchujiang.com/quick-rss/feeds/index.html" target="_blank">Quick RSS</a>
Expand Down

0 comments on commit 62954cf

Please sign in to comment.