From f35c250a893a66fa144abbc487c0638ec29bf6c9 Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 11 May 2025 22:01:47 +0800 Subject: [PATCH] docs(projects): add gitcode link --- README.en_US.md | 11 +++++++++++ README.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/README.en_US.md b/README.en_US.md index ab9a211b..e2f85b6b 100644 --- a/README.en_US.md +++ b/README.en_US.md @@ -44,19 +44,25 @@ - [Preview Link](https://naive.soybeanjs.cn/) - [Github Repository](https://github.com/soybeanjs/soybean-admin) - [Gitee Repository](https://gitee.com/honghuangdc/soybean-admin) + - [Gitcode Repository](https://gitcode.com/soybeanjs/soybean-admin) - **AntDesignVue Version:** - [Preview Link](https://antd.soybeanjs.cn/) - [Github Repository](https://github.com/soybeanjs/soybean-admin-antd) - [Gitee Repository](https://gitee.com/honghuangdc/soybean-admin-antd) + - [Gitcode Repository](https://gitcode.com/soybeanjs/soybean-admin-antd) - **ElementPlus Version:** - [Preview Link](https://elp.soybeanjs.cn/) - [Github Repository](https://github.com/soybeanjs/soybean-admin-element-plus) + - [Gitee Repository](https://gitee.com/honghuangdc/soybean-admin-element-plus) + - [Gitcode Repository](https://gitcode.com/soybeanjs/soybean-admin-element-plus) - **Legacy Version:** - [Preview Link](https://legacy.soybeanjs.cn/) - [Github Repository](https://github.com/soybeanjs/soybean-admin/tree/legacy) + - [Gitee Repository](https://gitee.com/honghuangdc/soybean-admin/tree/legacy) + - [Gitcode Repository](https://gitcode.com/soybeanjs/soybean-admin/tree/legacy) ## Documentation @@ -92,7 +98,12 @@ Make sure your environment meets the following requirements: **Clone Project** ```bash +# github git clone https://github.com/soybeanjs/soybean-admin.git +# gitee +git clone https://gitee.com/honghuangdc/soybean-admin.git +# gitcode +git clone https://gitcode.com/soybeanjs/soybean-admin.git ``` **Install Dependencies** diff --git a/README.md b/README.md index fcd9526c..2d544153 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,22 @@ - [预览地址](https://naive.soybeanjs.cn/) - [Github 仓库](https://github.com/soybeanjs/soybean-admin) - [Gitee 仓库](https://gitee.com/honghuangdc/soybean-admin) + - [Gitcode 仓库](https://gitcode.com/soybeanjs/soybean-admin) - **AntDesignVue 版本:** - [预览地址](https://antd.soybeanjs.cn/) - [Github 仓库](https://github.com/soybeanjs/soybean-admin-antd) - [Gitee 仓库](https://gitee.com/honghuangdc/soybean-admin-antd) + - [Gitcode 仓库](https://gitcode.com/soybeanjs/soybean-admin-antd) - **ElementPlus 版本:** - [预览地址](https://elp.soybeanjs.cn/) - [Github 仓库](https://github.com/soybeanjs/soybean-admin-element-plus) + - [Gitee 仓库](https://gitee.com/honghuangdc/soybean-admin-element-plus) + - [Gitcode 仓库](https://gitcode.com/soybeanjs/soybean-admin-element-plus) - **旧版:** - [预览地址](https://legacy.soybeanjs.cn/) - [Github 仓库](https://github.com/soybeanjs/soybean-admin/tree/legacy) + - [Gitee 仓库](https://gitee.com/honghuangdc/soybean-admin/tree/legacy) + - [Gitcode 仓库](https://gitcode.com/soybeanjs/soybean-admin/tree/legacy) ## 文档 @@ -117,7 +123,12 @@ **克隆项目** ```bash +# github git clone https://github.com/soybeanjs/soybean-admin.git +# gitee +git clone https://gitee.com/honghuangdc/soybean-admin.git +# gitcode +git clone https://gitcode.com/soybeanjs/soybean-admin.git ``` **安装依赖**