From 5e2e18fce6b5f06712ac5f596f051fc80bda29c4 Mon Sep 17 00:00:00 2001 From: tone Date: Sat, 3 Jan 2026 14:41:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E3=80=81header/footer=E7=BB=84=E4=BB=B6=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/app/(with-header-footer)/layout.tsx | 2 +- apps/frontend/app/(with-header-footer)/page.tsx | 2 +- apps/frontend/components/Footer.tsx | 10 +++++----- apps/frontend/components/Header.tsx | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/frontend/app/(with-header-footer)/layout.tsx b/apps/frontend/app/(with-header-footer)/layout.tsx index 89883f4..0cba270 100644 --- a/apps/frontend/app/(with-header-footer)/layout.tsx +++ b/apps/frontend/app/(with-header-footer)/layout.tsx @@ -9,7 +9,7 @@ export default function LayoutWithHeaderFooter({ return ( <>
-
+
{children}