Add files via upload

This commit is contained in:
zsyg
2025-07-20 13:21:19 +08:00
committed by GitHub
parent 4c13fe0008
commit f4f4d86faa
8 changed files with 136 additions and 125 deletions

View File

@@ -44,7 +44,7 @@ int main() {
}
}
} else {
std::cout << "日志目录不存在无需清理" << std::endl;
std::cout << "日志目录不存在,无需清理" << std::endl;
return 0;
}