chore: add popular category

This commit is contained in:
DIYgod
2024-05-19 23:00:43 +08:00
parent a023bc4e99
commit 6ee5d7267b
29 changed files with 37 additions and 29 deletions

View File

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