From 1278eff20e1e5d596b7fe2121882818b908b6155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1018008088@qq.com> Date: Thu, 13 Nov 2025 16:25:58 +0800 Subject: [PATCH] fix --- docs/.vitepress/config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 1b06b4a..2c7546f 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -17,9 +17,13 @@ export default { timeStyle: 'medium' } }, + // editLink: { + // pattern: 'https://github.com/xiaoshuai125/xsinfo/edit/master/docs/:path', + // text: '在 Github 上编辑该文档' + // }, editLink: { - pattern: 'https://github.com/xiaoshuai125/xsinfo/edit/master/docs/:path', - text: '在 Github 上编辑该文档' + pattern: 'https://gitee.com/song_kang_shuai/xsinfo/edit/master/docs/:path', + text: '在 Gitee 上编辑该文档' }, footer: { message: '冀ICP备2025104367号/京公网安备11011502038830号', @@ -57,8 +61,8 @@ export default { ], }, socialLinks: [ - { icon: 'github', link: 'https://github.com/xiaoshuai125' }, { icon: 'gitee', link: 'https://gitee.com/song_kang_shuai' }, + { icon: 'github', link: 'https://github.com/xiaoshuai125' }, ], } } \ No newline at end of file