fix(route/remnote): fix author name (#14534)
This commit is contained in:
parent
170b837d2c
commit
a0f571f601
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
'/changelog': ['TonyRL'],
|
||||
'/changelog': ['TonyRL', 'amakerlife'],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue