From 9022e5640a527aaeb315172ba39b28d7c59f36b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= Date: Thu, 13 Mar 2025 17:05:12 +0800 Subject: [PATCH] chore: add Gitcode logo in social links --- docs/.vitepress/config.mts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index e0ec7a9..61da415 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -46,18 +46,27 @@ export default defineConfig({ socialLinks: [ // { icon: 'github', link: 'https://github.com/vuejs/vitepress' } { + // GitHub repo icon: { svg: `` }, link: 'https://github.com/coder-xiaomo/tutorials', }, { + // Gitee repo // https://gitee.com/static/images/logo-en.svg icon: { svg: `` }, link: 'https://gitee.com/coder-xiaomo/tutorials', - } + }, + { + // Gitcode repo + icon: { + svg: `` + }, + link: 'https://gitcode.com/coder-xiaomo/tutorials', + }, ], search: {