fix(core): 调整公告方式
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"content": "公告系统测试中~",
|
||||
"time": "2025-01-27 17:00"
|
||||
"content": "",
|
||||
"time": "2000-01-01 00:00"
|
||||
}
|
||||
Reference in New Issue
Block a user