Skip to content

Commit

Permalink
fix(docs): 靠谱新闻「NEWS」example 不正确 (#16419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueiu authored Aug 11, 2024
1 parent ff487f3 commit c94f13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/routes/kaopu/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { parseDate } from '@/utils/parse-date';
export const route: Route = {
path: '/news/:language?',
categories: ['new-media'],
example: '/news/zh-hans',
example: '/kaopu/news/zh-hans',
parameters: {
language: '语言',
},
Expand All @@ -16,8 +16,8 @@ export const route: Route = {
],
name: '全部',
maintainers: ['fashioncj'],
description: `| 简体中文 | 繁体中文 |
| ------- | -------- |
description: `| 简体中文 | 繁体中文 |
| ------- | -------- |
| zh-hans | zh-hant | `,
handler,
};
Expand Down

0 comments on commit c94f13d

Please sign in to comment.