From 62954cf47290dd16b75b1fa36766ad938c5ae6af Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 21 Sep 2024 21:56:30 +0800 Subject: [PATCH] ci: update issue scripts. --- .github/scripts/create-rss.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create-rss.mjs b/.github/scripts/create-rss.mjs index e8c1618..a63b5f6 100644 --- a/.github/scripts/create-rss.mjs +++ b/.github/scripts/create-rss.mjs @@ -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 = `

投稿/推荐/自荐Quick RSS