From 1ef63dd9091cd9fe24727075afc998345ad65dc6 Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 4 Sep 2025 16:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Presentation=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/presentation/Presentation.jsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/components/presentation/Presentation.jsx b/components/presentation/Presentation.jsx index e1875a2..7fd408e 100644 --- a/components/presentation/Presentation.jsx +++ b/components/presentation/Presentation.jsx @@ -210,13 +210,7 @@ export default function Presentation({ data }) { ); } - if (!mounted) { - return ( -
-
正在加载内容...
-
- ); - } + return ( <> @@ -226,9 +220,6 @@ export default function Presentation({ data }) { className="reveal" >
-
-

正在加载内容...

-