fix(route/comic-walker): add radar rule for episode detail pages (#22753)

This commit is contained in:
YuruShiMaShiMaRin 2026-07-18 17:12:59 +08:00 committed by GitHub
parent d4a2bb4871
commit dcebbcb68f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ export const route: Route = {
source: ['comic-walker.com/detail/:id'],
target: '/manga/:id',
},
{
source: ['comic-walker.com/detail/:id/episodes/:episodeId'],
target: '/manga/:id',
},
],
name: '漫画详情',
maintainers: ['xiaobailoves'],