From b5b208c611df14d7ca160afe740bf08eb1336e6d Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Thu, 18 Sep 2025 12:15:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E7=AB=99=E6=8D=A2=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 3b0d9a9..db86f36 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -1194,7 +1194,7 @@ class AppConfig(GlobalConfig): data = {"username": author, "description": description} response = requests.post( - "http://221.236.27.82:10023/api/upload/share", + "https://share.auto-mas.top/api/upload/share", files=files, data=data, timeout=10, @@ -1973,7 +1973,7 @@ class AppConfig(GlobalConfig): try: response = requests.get( - "http://221.236.27.82:10023/api/list/config/general", + "https://share.auto-mas.top/api/list/config/general", timeout=10, proxies=self.get_proxies(), )