fix: 配置分享站换链

This commit is contained in:
DLmaster361
2025-09-18 12:15:41 +08:00
parent 7da7a8b4f7
commit b5b208c611

View File

@@ -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(),
)