From a14f4b3fc0f463633788ca4e1b1736bf1899c0a5 Mon Sep 17 00:00:00 2001 From: Ember <197652334@qq.com> Date: Sun, 2 Nov 2025 01:46:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20LandingPage=20=E9=A1=B5=E8=84=9A?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=B8=BA=E5=A4=9A=E9=93=BE=E6=8E=A5=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=88=E9=93=BE=E6=8E=A5/=E8=B5=84=E6=BA=90/?= =?UTF-8?q?=E4=BA=A7=E5=93=81/=E6=94=AF=E6=8C=81=20=E5=9B=9B=E5=88=97?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/landing/FooterSection.tsx | 71 ++++++++++++-------- 1 file changed, 44 insertions(+), 27 deletions(-) diff --git a/web/src/components/landing/FooterSection.tsx b/web/src/components/landing/FooterSection.tsx index d29a1a3e..b41f9fdb 100644 --- a/web/src/components/landing/FooterSection.tsx +++ b/web/src/components/landing/FooterSection.tsx @@ -5,35 +5,52 @@ export default function FooterSection() { const { language } = useLanguage() return ( ) } -