From d93b5de31921735862950bf2c0ed855f1a791cdd Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Mon, 27 Oct 2025 15:31:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E4=BA=8B=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=9A=84=E5=A4=B4=E9=83=A8=E6=B7=BB=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/HomePage.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/Home/HomePage.js b/src/views/Home/HomePage.js index 4b420330..cf5ad4f9 100755 --- a/src/views/Home/HomePage.js +++ b/src/views/Home/HomePage.js @@ -20,6 +20,7 @@ import { useNavigate } from 'react-router-dom'; import heroBg from '../../assets/img/BackgroundCard1.png'; import '../../styles/home-animations.css'; import { logger } from '../../utils/logger'; +import MidjourneyHeroSection from '../Community/components/MidjourneyHeroSection'; export default function HomePage() { const { user, isAuthenticated } = useAuth(); // ⚡ 移除 isLoading,不再依赖它 @@ -395,6 +396,10 @@ export default function HomePage() { + + + {/* Midjourney风格英雄区域 */} +