docs(route): /ntdm/video, update right example id (#14999)

This commit is contained in:
KidLoveToPlay 2024-03-28 22:43:43 +08:00 committed by GitHub
parent 0526c2c852
commit 97fdc24e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import cheerio from 'cheerio';
export const route: Route = {
path: '/video/:id',
categories: ['anime'],
example: '/ntdm/video/20200035',
example: '/ntdm/video/4309',
parameters: { id: '番剧 id对应详情 URL 中找到' },
features: {
requireConfig: false,
@ -22,7 +22,7 @@ export const route: Route = {
},
],
name: '番剧详情',
maintainers: ['alexhere'],
maintainers: ['Yamico'],
handler,
};