From 9681771a1671ceb59a16b3f13176ce5c383788e5 Mon Sep 17 00:00:00 2001 From: sushen339 Date: Mon, 20 Oct 2025 16:20:59 +0800 Subject: [PATCH] --- AutoUpdateJdCookie.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoUpdateJdCookie.sh b/AutoUpdateJdCookie.sh index 6b1b76d..cde82c6 100644 --- a/AutoUpdateJdCookie.sh +++ b/AutoUpdateJdCookie.sh @@ -7,7 +7,7 @@ set -euo pipefail # 配置变量 # ============================================ readonly SCRIPT_NAME="AutoUpdateJdCookie Installer" -readonly REPO_URL="https://github.com/icepage/AutoUpdateJdCookie.git" +readonly REPO_URL="https://gh-proxy.net/github.com/icepage/AutoUpdateJdCookie.git" readonly PROJECT_DIR="AutoUpdateJdCookie" PYTHON_CMD="" LOG_FILE="AutoUpdateJdCookie_install_$(date +%Y%m%d_%H%M%S).log"