feat: 开启鼠标点击功能

This commit is contained in:
claude-code-best
2026-04-06 10:11:03 +08:00
parent 522a1a366d
commit ced5080019
2 changed files with 2 additions and 2 deletions

View File

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