From 379e40f12af702b85d7845139c287ec1ba69430f Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Mon, 6 Apr 2026 17:10:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E9=80=80=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/fullscreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/fullscreen.ts b/src/utils/fullscreen.ts index be6c3c0bc..9d344177f 100644 --- a/src/utils/fullscreen.ts +++ b/src/utils/fullscreen.ts @@ -125,7 +125,7 @@ export function isFullscreenEnvEnabled(): boolean { } return false } - return true + return process.env.USER_TYPE === 'ant' } /**