This commit is contained in:
ditiqi 2025-02-23 21:42:51 +08:00
parent 22f58bce16
commit 0f0b6c748d
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ export default function VideoPlayerLayout() {
setIsHovering(true); setIsHovering(true);
setShowControls(true); setShowControls(true);
}}> }}>
{!isReady && <div>123</div>}
{!isReady && <LoadingOverlay></LoadingOverlay>} {!isReady && <LoadingOverlay></LoadingOverlay>}
<VideoDisplay></VideoDisplay> <VideoDisplay></VideoDisplay>
<AnimatePresence> <AnimatePresence>