diff --git a/README.md b/README.md
index 13d51ffea..087fa2dc7 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
AI 驱动的 Vue3 低代码开发平台
+[](https://gitcode.com/vtj/vtj.pro)
[](https://gitee.com/newgateway/vtj)
[](https://www.npmjs.com/package/@vtj/pro)
[](https://npm-stat.com/charts.html?package=@vtj/core)
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index 72ed8ba9c..fa28a414b 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -11,7 +11,10 @@ import nav from './nav';
import sidebar from './sidebar';
const buildType = process.env.BUILD_TYPE;
const gitee = ``;
-
+const gitcode = `
+`;
let base = '/';
let outDir = './dist';
@@ -44,7 +47,8 @@ export default defineConfig({
provider: 'local'
},
socialLinks: [
- { icon: { svg: gitee }, link: 'https://gitee.com/newgateway/vtj' }
+ { icon: { svg: gitee }, link: 'https://gitee.com/newgateway/vtj' },
+ { icon: { svg: gitcode }, link: 'https://gitcode.com/vtj/vtj.pro' }
],
footer: {
message: 'Released under the MIT License.',