From c94f13d689dc6ecd8f702d4d0162e79931779339 Mon Sep 17 00:00:00 2001 From: ueiu <39592269+ueiu@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:48:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E9=9D=A0=E8=B0=B1=E6=96=B0?= =?UTF-8?q?=E9=97=BB=E3=80=8CNEWS=E3=80=8Dexample=20=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=20(#16419)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/kaopu/news.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/routes/kaopu/news.ts b/lib/routes/kaopu/news.ts index c7b6e9aac616d8..5910f09d4fea05 100644 --- a/lib/routes/kaopu/news.ts +++ b/lib/routes/kaopu/news.ts @@ -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: '语言', }, @@ -16,8 +16,8 @@ export const route: Route = { ], name: '全部', maintainers: ['fashioncj'], - description: `| 简体中文 | 繁体中文 | - | ------- | -------- | + description: `| 简体中文 | 繁体中文 | + | ------- | -------- | | zh-hans | zh-hant | `, handler, };