From 0f8c12ef76a0386ca3b3dfec5bca500eb1775ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liu=20=E5=AE=87=E9=98=B3?= Date: Mon, 11 Nov 2024 12:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=9A=E9=80=82=E9=85=8D?= =?UTF-8?q?=E8=AE=A2=E9=98=85=E4=B8=AD=E5=BF=83=E7=A7=BB=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Rss/index.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/Rss/index.tsx b/src/pages/Rss/index.tsx index 72b7753..857f337 100644 --- a/src/pages/Rss/index.tsx +++ b/src/pages/Rss/index.tsx @@ -46,15 +46,17 @@ const RssPage = () => { , - , +
+ + +
]} - // extra={logo} + // extra={logo} > } title={{item.title}} - description={item.description} + description={
{item.description}
} />
)}