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} /> - - {/* 热点事件区域 */} - {/* 事件弹窗 */}