diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index d202573..6b3d11f 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -1497,7 +1497,7 @@ function PlayPageClient() {
= ({ } } - // 始终显示占位符,确保布局一致且分辨率信息始终可见 - return optimizationEnabled ? ( -
- 检测中 -
- ) : null; + return null; })()}