fix: 回退全屏模式

This commit is contained in:
claude-code-best
2026-04-06 17:10:16 +08:00
parent 2c660daf2c
commit 379e40f12a

View File

@@ -125,7 +125,7 @@ export function isFullscreenEnvEnabled(): boolean {
}
return false
}
return true
return process.env.USER_TYPE === 'ant'
}
/**