From 13ca181d3425ddbc99cdcfc77ea54e80a77217a6 Mon Sep 17 00:00:00 2001 From: lzq Date: Tue, 8 Jul 2025 16:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E8=BF=9F=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 8de5945..19c261e 100644 --- a/main.cpp +++ b/main.cpp @@ -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; }