Skip to content

Commit 379e40f

Browse files
fix: 回退全屏模式
1 parent 2c660da commit 379e40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/fullscreen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function isFullscreenEnvEnabled(): boolean {
125125
}
126126
return false
127127
}
128-
return true
128+
return process.env.USER_TYPE === 'ant'
129129
}
130130

131131
/**

0 commit comments

Comments
 (0)