延迟启动

master
lzq 2025-07-08 16:23:10 +08:00
parent a0caa24dea
commit 13ca181d34
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ int main(int argc, char *argv[])
{
FreeConsole();
}
std::this_thread::sleep_for(std::chrono::milliseconds(30000));
zsy::Application::run();
return 0;
}