更新 README:迁移到 Gitea 仓库
- 更新一键部署命令(curl/wget) - 更新 Docker 部署的 git clone 命令 - 更新开发环境的 git clone 命令 - 更新项目地址,Gitea 为主仓库,Gitee 为镜像 - 更新问题反馈说明
This commit is contained in:
13
README.md
13
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
|
||||
|
||||
## 🙏 致谢
|
||||
|
||||
|
||||
Reference in New Issue
Block a user