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

@@ -5,7 +5,7 @@ import { parseDate } from '@/utils/parse-date';
export const route: Route = {
path: '/user/:id',
categories: ['social-media'],
categories: ['social-media', 'popular'],
example: '/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB',
parameters: { id: '用户 id, 可在即刻分享出来的单条动态页点击用户头像进入个人主页,然后在个人主页的 URL 中找到,或者在单条动态页使用 RSSHub Radar 插件' },
features: {