From 679bce81271dca50823802b2b728db52d999a4ea Mon Sep 17 00:00:00 2001 From: Rewrite0 <49576640+Rewrite0@users.noreply.github.com> Date: Thu, 25 Aug 2022 13:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86jsdelivr=E6=9B=BF=E6=8D=A2=E4=B8=BAghp?= =?UTF-8?q?roxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/getWebUI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getWebUI.sh b/src/getWebUI.sh index 8dd082de..9a8250b6 100755 --- a/src/getWebUI.sh +++ b/src/getWebUI.sh @@ -12,7 +12,7 @@ fi getWeb() { echo '准备下载最新版本webui' - wget https://cdn.jsdelivr.net/gh/Rewrite0/Auto_Bangumi_WebUI@$1/build/dist.zip + wget https://ghproxy.com/https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/download/$1/dist.zip file=./dist.zip # 检查是否下载完成