feat: 优化上传时间检查

This commit is contained in:
Lan
2025-03-02 15:26:41 +08:00
parent 4d1cd4cbfc
commit 168ca8383f
17 changed files with 36 additions and 35 deletions
+1
View File
@@ -139,6 +139,7 @@ async def get_config():
"notify_title": settings.notify_title,
"notify_content": settings.notify_content,
"show_admin_address": settings.showAdminAddr,
"max_save_seconds": settings.max_save_seconds,
}
)