From b00c5744bc08d2b95fc5837afdec2278b8eec2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9C=B1?= <10714957+xiao-zhu245@user.noreply.gitee.com> Date: Thu, 10 Jul 2025 21:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=842?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/routes/gameDeployment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/routes/gameDeployment.ts b/server/src/routes/gameDeployment.ts index e466475..125ed95 100644 --- a/server/src/routes/gameDeployment.ts +++ b/server/src/routes/gameDeployment.ts @@ -205,7 +205,7 @@ router.post('/install', authenticateToken, async (req: Request, res: Response) = }) // 等待终端完全初始化 - await new Promise(resolve => setTimeout(resolve, 2000)) + await new Promise(resolve => setTimeout(resolve, 1000)) // 根据操作系统构建SteamCMD执行命令 const platform = os.platform()