From 1201c37eaf7e3bcc79b5f5027c934bd5241f3eb1 Mon Sep 17 00:00:00 2001 From: jinsir <874871581@qq.com> Date: Tue, 18 Nov 2025 17:36:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/body/GrassrootsDynamics.tsx | 20 ++++++++++ app/components/list/List.tsx | 46 ++++++++++++++++++++++ app/components/list/NewsData.tsx | 19 ++++++++- app/components/list/NewsList.tsx | 10 ++++- app/routes/news.tsx | 4 ++ 5 files changed, 96 insertions(+), 3 deletions(-) create mode 100644 app/components/body/GrassrootsDynamics.tsx create mode 100644 app/components/list/List.tsx diff --git a/app/components/body/GrassrootsDynamics.tsx b/app/components/body/GrassrootsDynamics.tsx new file mode 100644 index 0000000..3c64040 --- /dev/null +++ b/app/components/body/GrassrootsDynamics.tsx @@ -0,0 +1,20 @@ +import React from 'react'; +import List from '../list/List'; + +export default function GrassrootsDynamics() { + return ( +
+ {time}
+