From e11e452b439a1a723564061633df9cb7b8d6e1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= Date: Fri, 18 Jul 2025 20:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20HotArticle=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20index.tsx=20=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E4=BB=A3=E7=A0=81=E6=95=B4=E6=B4=81=E6=80=A7?= =?UTF-8?q?=E5=92=8C=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/fishpond/page.tsx | 2 +- src/components/Sidebar/HotArticle/index.scss | 3 --- src/components/Sidebar/HotArticle/index.tsx | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 src/components/Sidebar/HotArticle/index.scss diff --git a/src/app/fishpond/page.tsx b/src/app/fishpond/page.tsx index da66cbb..b4f72ea 100644 --- a/src/app/fishpond/page.tsx +++ b/src/app/fishpond/page.tsx @@ -96,7 +96,7 @@ export default function FishpondPage() { > {rssData.map((item, index) => { return ( -
+
diff --git a/src/components/Sidebar/HotArticle/index.scss b/src/components/Sidebar/HotArticle/index.scss deleted file mode 100755 index 64de649..0000000 --- a/src/components/Sidebar/HotArticle/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -.hotArticleComponent { - -} \ No newline at end of file diff --git a/src/components/Sidebar/HotArticle/index.tsx b/src/components/Sidebar/HotArticle/index.tsx index 786a879..f796734 100755 --- a/src/components/Sidebar/HotArticle/index.tsx +++ b/src/components/Sidebar/HotArticle/index.tsx @@ -4,7 +4,6 @@ import { getWebConfigDataAPI } from '@/api/config' import { getArticleListAPI } from '@/api/article'; import { IoIosArrowForward } from "react-icons/io"; import fire from '@/assets/svg/other/fire.svg'; -import "./index.scss"; import { Theme } from '@/types/app/config'; import { Article } from '@/types/app/article';