From 62fec67bf97e5c75a0f974b3b584744425b177ea Mon Sep 17 00:00:00 2001 From: lin-junliang <59049320+lin-junliang@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:44:33 +0800 Subject: [PATCH 1/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 代理地址改为gitee地址 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9fcbd3..7fbe63b 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ 进入Yunzai根目录运行以下命令进行安装: +使用github ```bash git clone --depth=1 https://github.com/ZZZure/ZZZ-Plugin.git ./plugins/ZZZ-Plugin ``` -> [!tip] -> 如果您的网络环境较差,建议使用代理加速 -> ``` -> git clone --depth=1 https://ghp.ci/https://github.com/ZZZure/ZZZ-Plugin.git ./plugins/ZZZ-Plugin -> ``` +使用gitee +```bash +git clone --depth=1 https://gitee.com/bietiaop/ZZZ-Plugin.git ./plugins/ZZZ-Plugin +``` 安装后重启Yunzai即可使用。 From a09a19dbdc8928146070bd9a65b1fe28a2b5ef29 Mon Sep 17 00:00:00 2001 From: lin-junliang <59049320+lin-junliang@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:48:46 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fbe63b..a15fe1b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ # 安装 -进入Yunzai根目录运行以下命令进行安装: +进入Yunzai根目录,请根据网络情况选择运行下述指令之一: 使用github ```bash