构建时间版本号

This commit is contained in:
2026-08-24 09:20:04 +08:00
parent e79bbfb99c
commit 7aca9a9394
15 changed files with 75 additions and 46 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void Global::handle_old_logs() {
std::cerr << "Error: " + Psc::platform_2_utf8(ex.what()) + "\n";
}
}
Global::Global() {
Global::Global() : Config() {
auto j = load();
from_log_json(j.get("log"));
handle_old_logs();