From c10df53e5e0caf61a5538c53a847ce8be2c568ff Mon Sep 17 00:00:00 2001 From: jinsir <874871581@qq.com> Date: Wed, 19 Nov 2025 16:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/news/body/GrassrootsDynamics.tsx | 4 +++- app/components/{ => news}/list/List.tsx | 0 app/components/{ => news}/list/NewsData.tsx | 0 app/components/{ => news}/list/NewsList.tsx | 0 app/routes/news.tsx | 2 +- 5 files changed, 4 insertions(+), 2 deletions(-) rename app/components/{ => news}/list/List.tsx (100%) rename app/components/{ => news}/list/NewsData.tsx (100%) rename app/components/{ => news}/list/NewsList.tsx (100%) diff --git a/app/components/news/body/GrassrootsDynamics.tsx b/app/components/news/body/GrassrootsDynamics.tsx index 706bbdc..79c5d45 100644 --- a/app/components/news/body/GrassrootsDynamics.tsx +++ b/app/components/news/body/GrassrootsDynamics.tsx @@ -1,5 +1,7 @@ import React from 'react'; -import List from '@/components/list/List'; +import List from '@/components/news/list/List'; + + export default function GrassrootsDynamics() { return ( diff --git a/app/components/list/List.tsx b/app/components/news/list/List.tsx similarity index 100% rename from app/components/list/List.tsx rename to app/components/news/list/List.tsx diff --git a/app/components/list/NewsData.tsx b/app/components/news/list/NewsData.tsx similarity index 100% rename from app/components/list/NewsData.tsx rename to app/components/news/list/NewsData.tsx diff --git a/app/components/list/NewsList.tsx b/app/components/news/list/NewsList.tsx similarity index 100% rename from app/components/list/NewsList.tsx rename to app/components/news/list/NewsList.tsx diff --git a/app/routes/news.tsx b/app/routes/news.tsx index 6daf3fb..58fc702 100755 --- a/app/routes/news.tsx +++ b/app/routes/news.tsx @@ -4,7 +4,7 @@ import Integrated from "@/components/news/body/Integrated"; import CultureBgPage from "@/components/news/body/Culturebg"; import {Header} from "@/components/news/header/Header"; import {TopNav} from "@/components/news/header/TopNav"; -import NewsList from "@/components/list/NewsList"; +import NewsList from "@/components/news/list/NewsList"; import ImageGridSection from "@/components/news/body/ImageGridSection"; import GrassrootsDynamics from "@/components/news/body/GrassrootsDynamics"; import { FhywPage } from "@/components/news/body/FireNews/fhyw";