From fd7c01eb5a56f4018a26461c5bbad10a920e778e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=99=93=E5=91=A8?= <759811542@qq.com> Date: Tue, 22 Jul 2025 11:45:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=8A=E5=BA=94=E7=94=A8=20=E6=94=B9?= =?UTF-8?q?=E6=88=90=20AI=20=E5=BA=94=E7=94=A8=E5=B8=82=E5=9C=BA=EF=BC=8C?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BB=8E=20/apps=20=E6=94=B9=E6=88=90=20/app?= =?UTF-8?q?store?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4322b54..1f126c0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -87,6 +87,12 @@ const config: Config = { target: '_self', className: 'gai-navbar-item gai-navbar-item-badge', }, + { + label: 'AI 应用市场', + to: `${SITE_URL}/appstore`, + target: '_self', + className: 'gai-navbar-item', + }, { label: '模型下载', items: [ @@ -102,12 +108,6 @@ const config: Config = { }, ], }, - { - label: '应用', - to: `${SITE_URL}/apps`, - target: '_self', - className: 'gai-navbar-item', - }, { label: '解决方案', items: [ -- Gitee