feat(twitter): update title

This commit is contained in:
DIYgod 2024-03-19 22:39:34 +08:00
parent c5ea105fab
commit ebbaf45c3b
No known key found for this signature in database
1 changed files with 3 additions and 4 deletions

View File

@ -3,10 +3,9 @@ import utils from './utils';
import api from './api';
export const route: Route = {
path: '/followings/:routeParams?',
path: '/home/:routeParams?',
categories: ['social-media'],
example: '/twitter/followings',
parameters: { id: 'username', routeParams: 'extra parameters, see the table above' },
example: '/twitter/home',
features: {
requireConfig: [
{
@ -28,7 +27,7 @@ export const route: Route = {
supportPodcast: false,
supportScihub: false,
},
name: 'User following timeline',
name: 'Home timeline',
maintainers: ['DIYgod'],
handler,
};