fix(route/remnote): fix author name (#14534)

This commit is contained in:
Makerlife 2024-02-23 22:10:26 +08:00 committed by GitHub
parent 170b837d2c
commit a0f571f601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -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 = {

View File

@ -1,3 +1,3 @@
module.exports = {
'/changelog': ['TonyRL'],
'/changelog': ['TonyRL', 'amakerlife'],
};

View File

@ -496,7 +496,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
### Changelog {#remnote-changelog}
<Route author="TonyRL" example="/remnote/changelog" path="/remnote/changelog" radar="1" notOperational="1" />
<Route author="TonyRL amakerlife" example="/remnote/changelog" path="/remnote/changelog" radar="1" />
## RescueTime {#rescuetime}