mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
chore: add popular category
This commit is contained in:
@@ -9,7 +9,7 @@ const urlRegex = /(https?:\/\/[^\s"'<>]+)/g;
|
||||
|
||||
export const route: Route = {
|
||||
path: '/topic/:id/:showUid?',
|
||||
categories: ['social-media'],
|
||||
categories: ['social-media', 'popular'],
|
||||
example: '/jike/topic/556688fae4b00c57d9dd46ee',
|
||||
parameters: { id: '圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到', showUid: '是否在内容中显示用户信息,设置为 1 则开启' },
|
||||
features: {
|
||||
|
||||
Reference in New Issue
Block a user