From 7062b4118022273642fbc3a4fa523f3b45a12dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=81=B0=E7=81=B0?= <6@minigg.cn> Date: Fri, 21 Feb 2025 00:26:47 +1100 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=8D=B1=20=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=B8=8B=E8=BD=BD=E8=B5=84=E6=BA=90=E8=8A=82=E7=82=B9?= =?UTF-8?q?=20(=E7=94=B1=E8=B7=AF=E8=B7=AF=20@lulu666lulu=20=E6=8F=90?= =?UTF-8?q?=E4=BE=9B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/download_resource/download_core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gsuid_core/utils/download_resource/download_core.py b/gsuid_core/utils/download_resource/download_core.py index 3f51b6a..b8fe90e 100644 --- a/gsuid_core/utils/download_resource/download_core.py +++ b/gsuid_core/utils/download_resource/download_core.py @@ -77,7 +77,8 @@ async def check_speed(): '[Chuncheon]': 'https://kr.qxqx.cf', '[Seoul]': 'https://kr-s.qxqx.cf', '[Singapore]': 'https://sg.qxqx.cf', - '[MiniGG]': 'https://file.minigg.cn/sayu-bot', + '[MiniGG]': 'http://file.minigg.cn/sayu-bot', + '[Lulu]': 'http://lulush.microgg.cn', } TAG, BASE_URL = await find_fastest_url(URL_LIB)