From 917454c0b9c92aa53ac11fe5720d9ad7ff857cc4 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Mon, 27 Jan 2025 22:17:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20=E8=B0=83=E6=95=B4=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/setting.py | 2 +- resources/notice.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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