From 44549fa0d417f554dd87593765a61f8c04715fe5 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Wed, 18 Jun 2025 17:45:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/config/footer.ts | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/app/.vitepress/src/config/footer.ts b/app/.vitepress/src/config/footer.ts index f7d30f6b4..7fee140ba 100644 --- a/app/.vitepress/src/config/footer.ts +++ b/app/.vitepress/src/config/footer.ts @@ -403,10 +403,6 @@ export const friendshipLinks = { link: 'https://www.hikunpeng.com/zh/', title: '鲲鹏社区', }, - { - link: 'http://ic-openlabs.huawei.com/chat/#/', - title: '鲲鹏小智', - }, { link: 'https://pcl.ac.cn/', title: '鹏城实验室', @@ -436,12 +432,16 @@ export const friendshipLinks = { title: '昇思MindSpore', }, { - link: 'http://www.ebaina.com/', - title: 'Ebaina', + link: 'https://www.openubmc.cn/', + title: 'openUBMC', }, { - link: 'https://www.openubmc.cn', - title: 'openUBMC', + link: 'https://www.openfuyao.cn/', + title: 'openFuyao', + }, + { + link: 'http://www.ebaina.com/', + title: 'Ebaina', }, ], en: [ @@ -458,9 +458,17 @@ export const friendshipLinks = { title: 'openGauss', }, { - link: 'https://www.mindspore.cn/', + link: 'https://www.mindspore.cn/en/', title: 'MindSpore', }, + { + link: 'https://www.openubmc.cn/', + title: 'openUBMC', + }, + { + link: 'https://www.openfuyao.cn/', + title: 'openFuyao', + }, { link: 'http://www.ebaina.com/', title: 'Ebaina', -- Gitee