From 3f63d2f1f5ad5629e4ad8c6da1d7b69a04e08c41 Mon Sep 17 00:00:00 2001 From: wcbing Date: Wed, 12 Nov 2025 21:47:50 +0800 Subject: [PATCH] update wps302 worker url --- get/wps-office.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get/wps-office.sh b/get/wps-office.sh index c6f3c2a..6409b5c 100644 --- a/get/wps-office.sh +++ b/get/wps-office.sh @@ -26,6 +26,6 @@ AMD64_ORI_URL=$(echo $WEB_CONTENT | grep -o "https://[0-9a-zA-Z_\/\.\-]*amd64\.d # AMD64_URL=$(decrypt $AMD64_ORI_URL) # 使用 CloudFlare Workers 动态生成重定向链接,其基本逻辑如上方 JS 代码所示。 # 这样 Packages 中固定链接也可重定向至官网,不给官方白嫖流量的机会。 -AMD64_URL="https://wps302.wcbing.workers.dev/$AMD64_ORI_URL" +AMD64_URL="https://wps302.wcbing.top/$AMD64_ORI_URL" ./check_downloader.py wps-office $VERSION $AMD64_URL amd64 \ No newline at end of file