From bef492b9f8cc6cb4400fe255143d2f56aa647e55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1018008088@qq.com>
Date: Tue, 11 Nov 2025 10:27:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=20Github=20=E4=B8=8A=E7=BC=96=E8=BE=91=E8=AF=A5?=
=?UTF-8?q?=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/.vitepress/config.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js
index 9402fa2..a67df50 100644
--- a/docs/.vitepress/config.js
+++ b/docs/.vitepress/config.js
@@ -15,8 +15,8 @@ export default {
}
},
editLink: {
- pattern: 'https://gitee.com/song_kang_shuai/xsinfo/edit/master/docs/:path',
- text: 'Gitee 上编辑该文档'
+ pattern: 'https://github.com/xiaoshuai125/xsinfo/edit/master/docs/:path',
+ text: '在 Github 上编辑该文档'
},
footer: {
message: '冀ICP备2025104367号/京公网安备11011502038830号',
@@ -27,7 +27,7 @@ export default {
{ text: '关于', link: '/about' },
// { text: '瑞芯微系列', link: '/config' },
// { text: '六轴机械臂', link: '/config' },
- { text: '文档源码', link: 'https://gitee.com/song_kang_shuai/xsinfo' }
+ { text: '文档源码', link: 'https://github.com/xiaoshuai125/xsinfo' }
],
sidebar: {
// 当用户位于 `guide` 目录时,会显示此侧边栏
@@ -42,8 +42,8 @@ export default {
],
},
socialLinks: [
- { icon: 'gitee', link: 'https://gitee.com/song_kang_shuai' },
{ icon: 'github', link: 'https://github.com/xiaoshuai125' },
+ { icon: 'gitee', link: 'https://gitee.com/song_kang_shuai' },
],
}
}
\ No newline at end of file