diff --git a/app/ui/setting.py b/app/ui/setting.py index 33c0bca..29adca9 100644 --- a/app/ui/setting.py +++ b/app/ui/setting.py @@ -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 diff --git a/resources/notice.json b/resources/notice.json index d1bc7d9..92f2fb1 100644 --- a/resources/notice.json +++ b/resources/notice.json @@ -1,4 +1,4 @@ { - "content": "公告系统测试中~", - "time": "2025-01-27 17:00" + "content": "", + "time": "2000-01-01 00:00" } \ No newline at end of file