From 9a1ff4a420f8309c1f6bf8aeef7ecd7248256fc6 Mon Sep 17 00:00:00 2001 From: 3344 Date: Thu, 26 Feb 2026 10:59:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20xu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xu | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xu b/xu index eccc8fb..203d9c3 100644 --- a/xu +++ b/xu @@ -16,8 +16,8 @@ Font="\033[0m" # --- 核心配置 (用户定制) --- # 数据库链接 -DB_URL_PUBLIC="https://git.vps3344521.xyz/3344/dock/releases/download/3xui/x-ui%20%E6%88%B702.db" # 模式1链接 -DB_URL_PRIVATE="https://git.vps3344521.xyz/attachments/c457401f-76dd-4499-8ea3-a8b628bc963a" # 模式2链接 +DB_URL_PUBLIC="https://git.77582585.xyz/3344/dock/releases/download/3xui/x-ui%20%E6%88%B702.db" # 模式1链接 +DB_URL_PRIVATE="https://git.77582585.xyz/attachments/c457401f-76dd-4499-8ea3-a8b628bc963a" # 模式2链接 # 默认账号设置 (数据库下载后会被重置为此账号) INSTALL_PATH="/usr/local/x-ui" @@ -205,31 +205,31 @@ FILE_NAME="" case $ARCH in x86_64) FILE_NAME="x-ui-linux-amd64.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/40eeb013-5006-423f-ad74-a0541ab340f4" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/40eeb013-5006-423f-ad74-a0541ab340f4" ;; aarch64|armv8) FILE_NAME="x-ui-linux-arm64.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/4ab708d5-6bc8-42c0-8494-ef5efe03e074" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/4ab708d5-6bc8-42c0-8494-ef5efe03e074" ;; i386|i686) FILE_NAME="x-ui-linux-386.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/d1604006-c6b7-4c7c-9652-b42b229ef4cb" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/d1604006-c6b7-4c7c-9652-b42b229ef4cb" ;; armv5*) FILE_NAME="x-ui-linux-armv5.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/8a5c678c-4ae4-43c4-910d-7e47f7c21c22" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/8a5c678c-4ae4-43c4-910d-7e47f7c21c22" ;; armv6*) FILE_NAME="x-ui-linux-armv6.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/0e7c7fd7-192e-44b3-9739-785a5fb1b51f" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/0e7c7fd7-192e-44b3-9739-785a5fb1b51f" ;; armv7*) FILE_NAME="x-ui-linux-armv7.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/9d1bf416-afb6-4e9f-b46b-ab3a1913a998" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/9d1bf416-afb6-4e9f-b46b-ab3a1913a998" ;; s390x) FILE_NAME="x-ui-linux-s390x.tar.gz" - DOWNLOAD_URL="https://git.vps3344521.xyz/attachments/18784828-0d20-4bc5-908c-15f91bcf8eb5" + DOWNLOAD_URL="https://git.77582585.xyz/attachments/18784828-0d20-4bc5-908c-15f91bcf8eb5" ;; *) echo -e "${Red}不支持或无法识别的架构: $ARCH${Font}"