From c10be4f43a696e7cf8cb1ef91ff015204cd0fc19 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: Fri, 21 Feb 2025 02:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20GitHub=20=E5=92=8C=20Gitee?= =?UTF-8?q?=20=E4=BB=93=E5=BA=93=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ docs/.vitepress/config.mts | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dfe24a..87db0f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # 就这么弄 “简单步骤与实用技巧” + +> 开源地址:[GitHub](https://github.com/coder-xiaomo/tutorials) [Gitee](https://gitee.com/coder-xiaomo/tutorials) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index dc5739c..6c51416 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -22,7 +22,20 @@ export default defineConfig({ sidebar: sidebar, socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } + // { icon: 'github', link: 'https://github.com/vuejs/vitepress' } + { + icon: { + svg: `` + }, + link: 'https://github.com/coder-xiaomo/tutorials', + }, + { + // https://gitee.com/static/images/logo-en.svg + icon: { + svg: `` + }, + link: 'https://gitee.com/coder-xiaomo/tutorials', + } ], search: {