From b06c7027a0081d9a1a7afe98303f6205a2d1c096 Mon Sep 17 00:00:00 2001 From: xianyi Date: Tue, 13 Jan 2026 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E4=B8=8E=E9=97=AA=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/_layout.tsx | 3 +-- app/match-detail/[id].tsx | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/_layout.tsx b/app/_layout.tsx index 49eaa5b..db80d31 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -65,8 +65,7 @@ function RootLayoutNav() { name="match-detail/[id]" options={{ animation: "slide_from_right", - headerShown: true, - headerTitle: "", + headerShown: false, }} /> diff --git a/app/match-detail/[id].tsx b/app/match-detail/[id].tsx index 0ad79ab..59ceec9 100644 --- a/app/match-detail/[id].tsx +++ b/app/match-detail/[id].tsx @@ -104,8 +104,6 @@ export default function MatchDetailScreen() { return ( - -