From d6bc2c724550e894d278486134768a0e82e46d1e Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Mon, 27 Oct 2025 15:39:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BA=8B=E4=BB=B6=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=B4=E5=9B=BE=EF=BC=8C=20=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E5=B0=86=E7=83=AD=E7=82=B9=E5=8C=BA=E5=9F=9F=E6=8F=90?= =?UTF-8?q?=E5=88=B0=E9=A6=96=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Community/index.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/Community/index.js b/src/views/Community/index.js index 3af69b9c..5b7c91a8 100644 --- a/src/views/Community/index.js +++ b/src/views/Community/index.js @@ -10,7 +10,6 @@ import { } from '@chakra-ui/react'; // 导入组件 -import MidjourneyHeroSection from './components/MidjourneyHeroSection'; import EventTimelineCard from './components/EventTimelineCard'; import HotEventsSection from './components/HotEventsSection'; import EventModals from './components/EventModals'; @@ -96,11 +95,11 @@ const Community = () => { {/* 导航栏已由 MainLayout 提供 */} - {/* Midjourney风格英雄区域 */} - - {/* 主内容区域 */} + {/* 热点事件区域 */} + + {/* 实时事件时间轴卡片 */} { onEventClick={handleEventClick} onViewDetail={handleViewDetail} /> - - {/* 热点事件区域 */} - {/* 事件弹窗 */}