upload all files

This commit is contained in:
2026-01-07 21:21:28 +08:00
parent 09d49d22c9
commit 8f53d867a2
220 changed files with 419218 additions and 0 deletions

9
Modules/Logger.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef LOGGER_H
#define LOGGER_H
#include <string>
void getSystemTime();
void postLog(const std::string& message, int level);
#endif