fix load finished and show video
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
NekoVari 2025-04-18 08:00:06 +07:00
parent 4744ee5909
commit 55bc87bf44

View file

@ -51,9 +51,13 @@ function IntroductionPage() {
{loading ? ( {loading ? (
<LoadingScene /> <LoadingScene />
) : ( ) : (
<IntroductionPageData /> <div>
<IntroductionPageData />
<PlayVideo onVideoReady={handleVideoReady} />
</div>
)} )}
<PlayVideo onVideoReady={handleVideoReady} />
</div> </div>
); );
} }