From f730fcfaff939088a69d5aa015a5f704f920e779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=BB=E5=8B=87=E7=A5=A5?= <237899745@qq.com> Date: Wed, 12 Nov 2025 00:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=B7=A5=E5=85=B7=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用用户提供的CDN地址: http://a.haory.top/e/e82/ - Windows版本直接下载 - 部署时自动下载到upload-tool/dist目录 - 无需Python环境,无需手动打包 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 33a3ad3..9e62730 100644 --- a/install.sh +++ b/install.sh @@ -1153,8 +1153,8 @@ build_upload_tool() { mkdir -p dist # 下载地址(可配置) - TOOL_DOWNLOAD_URL_WINDOWS="https://gitee.com/yu-yon/vue-driven-cloud-storage/releases/download/v1.2.5/玩玩云上传工具.exe" - TOOL_DOWNLOAD_URL_LINUX="https://gitee.com/yu-yon/vue-driven-cloud-storage/releases/download/v1.2.5/玩玩云上传工具" + TOOL_DOWNLOAD_URL_WINDOWS="http://a.haory.top/e/e82/玩玩云上传工具.exe" + TOOL_DOWNLOAD_URL_LINUX="http://a.haory.top/e/e82/玩玩云上传工具.exe" # Linux用户下载后需用Wine运行,或联系管理员获取Linux版本 # 根据操作系统选择下载链接 if [[ "$OS" == "ubuntu" ]] || [[ "$OS" == "debian" ]] || [[ "$OS" == "centos" ]] || [[ "$OS" == "rhel" ]]; then