сортировка, переделана авторизация, изменен дизайн

This commit is contained in:
2026-07-28 23:48:58 +08:00
parent f97fd63d35
commit 64d0874b0c
20 changed files with 2021 additions and 838 deletions
+6
View File
@@ -15,6 +15,12 @@ typedef struct {
char preview_audio[512];
char preview_video[512];
char preview_pdf[512];
int max_attempts;
int block_time;
char log_file[1024];
int enable_access_log;
} config_t;
extern config_t g_config;