From a0f571f601cb10f1b469f1bd4389119101ba9db3 Mon Sep 17 00:00:00 2001 From: Makerlife <64350662+amakerlife@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:10:26 +0800 Subject: [PATCH] fix(route/remnote): fix author name (#14534) --- lib/v2/remnote/changelog.js | 1 - lib/v2/remnote/maintainer.js | 2 +- website/docs/routes/program-update.mdx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/v2/remnote/changelog.js b/lib/v2/remnote/changelog.js index 6f128c5fc..9b4c419f4 100644 --- a/lib/v2/remnote/changelog.js +++ b/lib/v2/remnote/changelog.js @@ -19,7 +19,6 @@ module.exports = async (ctx) => { description: item.description_html, link: `https://${FQDN}/changelog/${item.slug}`, pubDate: parseDate(item.published_at.timestamp), - author: item.user.name, })); ctx.state.data = { diff --git a/lib/v2/remnote/maintainer.js b/lib/v2/remnote/maintainer.js index 8d1ec28b5..5a91f3390 100644 --- a/lib/v2/remnote/maintainer.js +++ b/lib/v2/remnote/maintainer.js @@ -1,3 +1,3 @@ module.exports = { - '/changelog': ['TonyRL'], + '/changelog': ['TonyRL', 'amakerlife'], }; diff --git a/website/docs/routes/program-update.mdx b/website/docs/routes/program-update.mdx index 972a2b25d..f67d994fd 100644 --- a/website/docs/routes/program-update.mdx +++ b/website/docs/routes/program-update.mdx @@ -496,7 +496,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。 ### Changelog {#remnote-changelog} - + ## RescueTime {#rescuetime}