Merge branch 'audio_dev' into dev

This commit is contained in:
DLmaster
2025-01-27 22:17:54 +08:00
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

View File

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