fix(core): 调整公告方式

This commit is contained in:
DLmaster
2025-01-27 22:17:31 +08:00
parent 170b87e7a8
commit 917454c0b9
2 changed files with 3 additions and 3 deletions

View File

@@ -393,7 +393,7 @@ class Setting(QWidget):
for _ in range(3):
try:
response = requests.get(
"https://gitee.com/DLmaster_361/AUTO_MAA/raw/main/resources/notice.json"
"https://gitee.com/DLmaster_361/AUTO_MAA/raw/server/notice.json"
)
notice = response.json()
break