Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Tony <[email protected]>
  • Loading branch information
nczitzk and TonyRL authored Feb 21, 2025
1 parent 62c5e5e commit cf4c808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/routes/gcores/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,27 +102,27 @@ export const route: Route = {
{
title: '全部',
source: ['www.gcores.com/collections/:id'],
target: '/gcores/collections/:id',
target: '/collections/:id',
},
{
title: '播客',
source: ['www.gcores.com/collections/:id'],
target: '/gcores/collections/:id/radios',
target: '/collections/:id/radios',
},
{
title: '文章',
source: ['www.gcores.com/collections/:id'],
target: '/gcores/collections/:id/articles',
target: '/collections/:id/articles',
},
{
title: '资讯',
source: ['www.gcores.com/collections/:id'],
target: '/gcores/collections/:id/news',
target: '/collections/:id/news',
},
{
title: '视频',
source: ['www.gcores.com/collections/:id'],
target: '/gcores/collections/:id/videos',
target: '/collections/:id/videos',
},
],
view: viewType,
Expand Down

0 comments on commit cf4c808

Please sign in to comment.