Skip to content

Commit

Permalink
chore: add maintainer in two routes (#17133)
Browse files Browse the repository at this point in the history
* chore(route/bilibili): add maintainer

* chore(route/weibo): add maintainer
  • Loading branch information
Konano authored Oct 15, 2024
1 parent e0d51ba commit 7e18a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/routes/bilibili/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const route: Route = {
},
],
name: 'UP 主投稿',
maintainers: ['DIYgod'],
maintainers: ['DIYgod', 'Konano'],
handler,
};

Expand Down
2 changes: 1 addition & 1 deletion lib/routes/weibo/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const route: Route = {
},
],
name: '博主',
maintainers: ['DIYgod', 'iplusx', 'Rongronggg9'],
maintainers: ['DIYgod', 'iplusx', 'Rongronggg9', 'Konano'],
handler,
description: `:::warning
部分博主仅登录可见,未提供 Cookie 的情况下不支持订阅,可以通过打开 \`https://m.weibo.cn/u/:uid\` 验证
Expand Down

0 comments on commit 7e18a29

Please sign in to comment.