From d24ab8acae4a1c76e5f8ebae4e8cc210a1aed08b Mon Sep 17 00:00:00 2001 From: Shinku <17696928+Shinku-Chen@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:56:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20news.cn=20namespace=20change=20to=20?= =?UTF-8?q?=E6=96=B0=E5=8D=8E=E7=A4=BE=20(#17056)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/news/namespace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/news/namespace.ts b/lib/routes/news/namespace.ts index 8dfc1cc0409ede..95f6fd2bb95335 100644 --- a/lib/routes/news/namespace.ts +++ b/lib/routes/news/namespace.ts @@ -1,6 +1,6 @@ import type { Namespace } from '@/types'; export const namespace: Namespace = { - name: '小黑盒', + name: '新华社', url: 'news.cn', };