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" >
-
-

正在加载内容...

-