From 90ccecda1d42b13bc741e3b47f093344a87a44c4 Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Tue, 18 Nov 2025 17:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/news/body/Culturebg.tsx | 2 +- app/components/news/body/Integrated.tsx | 2 +- app/routes/news.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/news/body/Culturebg.tsx b/app/components/news/body/Culturebg.tsx index cd5f0c4..25a08c5 100644 --- a/app/components/news/body/Culturebg.tsx +++ b/app/components/news/body/Culturebg.tsx @@ -22,7 +22,7 @@ export default function CultureBgPage() { ]; return ( -
+
export default function Integrated() { return ( -
+
diff --git a/app/routes/news.tsx b/app/routes/news.tsx index 7a8f095..60a2a4a 100755 --- a/app/routes/news.tsx +++ b/app/routes/news.tsx @@ -19,11 +19,11 @@ export default function Home() {
- - + +
); }