From 4f042a494ad1fdc84b6b631da7b9966706d1effe Mon Sep 17 00:00:00 2001 From: eddy Date: Sun, 19 Jul 2026 21:12:58 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=9D=80=E5=88=87=E6=8D=A2=E4=B8=BA=20Gitea?= =?UTF-8?q?=20=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 README 中的 GitHub raw 地址替换为 https://gitea.tohub.top/Share/AI_English/raw/branch/main/deploy.sh - 使一键部署命令指向自建的 Gitea 仓库 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c35a4..41a51a4 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Linux 服务器可使用 `deploy.sh` 一键下载并部署 `main` 分支的最 - 保留 deploy 参数,以便下载脚本后直接执行部署,而不是进入交互菜单。 ```bash -bash <(curl -fsSL https://raw.githubusercontent.com/ghuang-top/AI_English/main/deploy.sh) deploy +bash <(curl -fsSL https://gitea.tohub.top/Share/AI_English/raw/branch/main/deploy.sh) deploy ``` 脚本会将 `src/index.html`、`src/js/` 和 `src/styles/` 部署到 `/root/data/docker_data/Nginx/html/english/ai/`,清理目标目录中的其他内容,但保留已有的 `data/` 目录。运行前请确认目标路径符合服务器配置;脚本需要 root 权限以及 `curl`、`tar`、`find` 命令。