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): for _ in range(3):
try: try:
response = requests.get( 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() notice = response.json()
break break

View File

@@ -1,4 +1,4 @@
{ {
"content": "公告系统测试中~", "content": "",
"time": "2025-01-27 17:00" "time": "2000-01-01 00:00"
} }