From 6d7f033d9a9ac62d2a0673e848adbadcfa509b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=99=93=E5=91=A8?= <759811542@qq.com> Date: Wed, 14 May 2025 13:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E7=BA=BF=20=E7=A7=91=E5=8D=8E?= =?UTF-8?q?=EF=BC=88=E5=A3=81=E4=BB=9E=EF=BC=89=EF=BC=8C=E7=87=A7=E5=8E=9F?= =?UTF-8?q?=EF=BC=8C=20=E4=B8=8B=E7=BA=BF=20=E6=9B=99=E5=85=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 89799aa..69f2cc6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -160,10 +160,16 @@ const config: Config = { target: '_self', }, { - label: '曙光智算', - to: 'https://ai.gitee.com/topics/sugon', + label: '科华(壁仞)', + to: 'https://ai.gitee.com/serverless-api/packages/2018', target: '_self', }, + { + label: '燧原', + to: 'https://ai.gitee.com/serverless-api/packages/2057', + target: '_self', + }, + { label: '国产大模型', to: 'https://ai.gitee.com/topics/domestic', -- Gitee