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: {