From b8be68d66d59573118404ee2e422569472a01f7d Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Tue, 14 Oct 2025 18:13:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20DEBUG=5FREPLAY=20=E6=94=B9=E6=88=90=20?= =?UTF-8?q?false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build-game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build-game.ts b/script/build-game.ts index 1795e10..5afc8f7 100644 --- a/script/build-game.ts +++ b/script/build-game.ts @@ -13,7 +13,7 @@ import { RequiredData, RequiredIconsData, ResourceType } from './types'; import { splitResource, SplittedResource } from './build-resource'; import { formatSize } from './utils'; -const DEBUG_REPLAY = true; +const DEBUG_REPLAY = false; const ansi = { clear: '\x1b[2J\x1b[0f'