From 71c2c0465e5365b0ba8d0856f81bae33a9641db5 Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Wed, 10 Dec 2025 22:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README=EF=BC=9A=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=20Gitea=20=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新一键部署命令(curl/wget) - 更新 Docker 部署的 git clone 命令 - 更新开发环境的 git clone 命令 - 更新项目地址,Gitea 为主仓库,Gitee 为镜像 - 更新问题反馈说明 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc2230b..eeeccfd 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ ```bash # 使用 curl -curl -fsSL https://gitee.com/yu-yon/vue-driven-cloud-storage/raw/master/install.sh | bash +curl -fsSL https://git.workyai.cn/237899745/vue-driven-cloud-storage/raw/branch/master/install.sh | bash # 或使用 wget -wget -qO- https://gitee.com/yu-yon/vue-driven-cloud-storage/raw/master/install.sh | bash +wget -qO- https://git.workyai.cn/237899745/vue-driven-cloud-storage/raw/branch/master/install.sh | bash ``` 安装脚本会自动完成以下工作: @@ -104,7 +104,7 @@ wget -qO- https://gitee.com/yu-yon/vue-driven-cloud-storage/raw/master/install.s ```bash # 1. 克隆项目 -git clone https://gitee.com/yu-yon/vue-driven-cloud-storage.git +git clone https://git.workyai.cn/237899745/vue-driven-cloud-storage.git cd vue-driven-cloud-storage # 2. 启动服务 @@ -408,7 +408,7 @@ A: 默认限制 5GB,可在 Nginx 配置中修改 `client_max_body_size`。 ```bash # 克隆项目 -git clone https://gitee.com/yu-yon/vue-driven-cloud-storage.git +git clone https://git.workyai.cn/237899745/vue-driven-cloud-storage.git cd vue-driven-cloud-storage # 安装依赖 @@ -434,8 +434,9 @@ node server.js ## 💬 联系方式 -- **项目地址**: https://gitee.com/yu-yon/vue-driven-cloud-storage -- **问题反馈**: 请在 Gitee 提交 Issue +- **项目地址**: https://git.workyai.cn/237899745/vue-driven-cloud-storage +- **Gitee镜像**: https://gitee.com/yu-yon/vue-driven-cloud-storage +- **问题反馈**: 请在 Gitea 提交 Issue ## 🙏 致谢