feat: 优化上传时间检查

This commit is contained in:
Lan
2025-03-02 15:26:41 +08:00
parent fbdcf558d3
commit ebae808d7d
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,
}
)