Skip to content

Commit

Permalink
Update lib/routes/blizzard/news-cn.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
  • Loading branch information
zhangpeng2k and TonyRL authored Jan 9, 2025
1 parent 1128ea7 commit 4c0d67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/blizzard/news-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import ofetch from '@/utils/ofetch';
import { parseDate } from '@/utils/parse-date';

export const route: Route = {
path: 'news-cn/:category',
path: '/news-cn/:category',
categories: ['game'],
example: 'blizzard/news-cn/ow',
example: '/blizzard/news-cn/ow',
parameters: { category: '游戏类别, 默认为 ow' },
features: {
requireConfig: false,
Expand Down

0 comments on commit 4c0d67c

Please sign in to comment.