From 97fdc24e84177699c561552b973f656cbccd0361 Mon Sep 17 00:00:00 2001 From: KidLoveToPlay <63667585+Yamico@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:43:43 +0800 Subject: [PATCH] docs(route): /ntdm/video, update right example id (#14999) --- lib/routes/ntdm/video.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/ntdm/video.ts b/lib/routes/ntdm/video.ts index 2c0bcdd11..7a320ceb7 100644 --- a/lib/routes/ntdm/video.ts +++ b/lib/routes/ntdm/video.ts @@ -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, };