优化Presentation显示效果

This commit is contained in:
jingrow 2025-09-04 16:23:05 +08:00
parent baf701b724
commit 1ef63dd909

View File

@ -210,13 +210,7 @@ export default function Presentation({ data }) {
);
}
if (!mounted) {
return (
<div className="min-h-screen bg-black flex items-center justify-center">
<div className="text-white text-xl">正在加载内容...</div>
</div>
);
}
return (
<>
@ -226,9 +220,6 @@ export default function Presentation({ data }) {
className="reveal"
>
<div className="slides">
<section>
<p>正在加载内容...</p>
</section>
</div>
</div>
</div>