From 2f8c4f50119833d8f0d7935b257bcfc7846e7ae1 Mon Sep 17 00:00:00 2001
From: Li1304553726 <1304553726@qq.com>
Date: Thu, 20 Nov 2025 08:08:29 +0800
Subject: [PATCH 1/2] 1
---
app/components/news/body/FireNews/Hotline.tsx | 5 ++++-
app/components/news/body/FireNews/ImportantNews.tsx | 5 ++++-
app/components/news/body/FireNews/LectureHall.tsx | 5 ++++-
app/components/news/body/FireNews/MicroVision.tsx | 5 ++++-
app/components/news/body/ImageGridSection.tsx | 5 ++++-
app/routes/news.tsx | 3 ++-
6 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/app/components/news/body/FireNews/Hotline.tsx b/app/components/news/body/FireNews/Hotline.tsx
index 8c1e2ff..220905c 100644
--- a/app/components/news/body/FireNews/Hotline.tsx
+++ b/app/components/news/body/FireNews/Hotline.tsx
@@ -8,7 +8,10 @@ export function Hotline() {
{/* 轮播背景图 - 确保有明确尺寸 */}
-
+
{/* 固定的烽火要闻 */}
diff --git a/app/components/news/body/FireNews/LectureHall.tsx b/app/components/news/body/FireNews/LectureHall.tsx
index 5c530d8..437bc68 100644
--- a/app/components/news/body/FireNews/LectureHall.tsx
+++ b/app/components/news/body/FireNews/LectureHall.tsx
@@ -8,7 +8,10 @@ export function LectureHall() {
diff --git a/app/components/news/body/FireNews/MicroVision.tsx b/app/components/news/body/FireNews/MicroVision.tsx
index debd79b..2c78de9 100644
--- a/app/components/news/body/FireNews/MicroVision.tsx
+++ b/app/components/news/body/FireNews/MicroVision.tsx
@@ -31,7 +31,10 @@ export function MicroVision() {
diff --git a/app/components/news/body/ImageGridSection.tsx b/app/components/news/body/ImageGridSection.tsx
index 6ba4265..a3f8d51 100644
--- a/app/components/news/body/ImageGridSection.tsx
+++ b/app/components/news/body/ImageGridSection.tsx
@@ -38,7 +38,10 @@ const LearnPage = () => {
{/* 上右:轮播图 */}
-
+
{/* 下三图 */}
diff --git a/app/routes/news.tsx b/app/routes/news.tsx
index 88ec529..c5de7be 100755
--- a/app/routes/news.tsx
+++ b/app/routes/news.tsx
@@ -13,6 +13,8 @@ import { MicroVision } from "@/components/news/body/FireNews/MicroVision";
import { Hotline } from "@/components/news/body/FireNews/Hotline";
import { AutoCarouselDemo } from "@/components/AutoCarousel";
import { Footer } from "@/components/news/footer/footer";
+import { CarouselDemo } from "@/components/Carousel";
+
export function meta( ) {
return [
@@ -40,7 +42,6 @@ export default function Home() {
-