From 87a8462d6334a845ab6a32abd01895fff5785c1e Mon Sep 17 00:00:00 2001 From: hxt Date: Sat, 26 Apr 2025 17:48:22 +0800 Subject: [PATCH] =?UTF-8?q?style(Lineup):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了代码的缩进和空格,提高了可读性 -修复了一些小的语法问题,如缺少逗号等 - 优化了部分长行的换行方式,提高了代码的整洁度 --- src/components/Footer.tsx | 292 +++++++++++++++++++------------------- src/components/Navbar.tsx | 24 ++-- src/pages/Lineup.tsx | 131 ++++++++++------- 3 files changed, 235 insertions(+), 212 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6882216..06e7b85 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -4,154 +4,154 @@ const Footer: React.FC = () => { return (