From 687f41df2ec60bfb692fb86df0fecad37528e1fb Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 19 Mar 2026 11:03:30 +0800 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=E7=B2=BE=E7=AE=80=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E4=B8=8E=E5=9B=9E=E5=BF=86=E5=BD=95=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E5=85=83=E7=B4=A0=20-=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AF=B9=E8=AF=9D/=E5=9B=9E=E5=BF=86?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=A1=B6=E9=83=A8=E6=A0=87=E9=A2=98=EF=BC=88?= =?UTF-8?q?=E4=B8=8E=E5=BA=95=E9=83=A8=20Tab=20=E9=87=8D=E5=A4=8D=EF=BC=89?= =?UTF-8?q?=20-=20=E7=A7=BB=E9=99=A4=E5=9B=9E=E5=BF=86=E5=BD=95=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=8F=B3=E4=B8=8A=E8=A7=92=E7=8A=B6=E6=80=81=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-expo/src/app/(tabs)/index.tsx | 7 -- app-expo/src/app/(tabs)/memoir.tsx | 107 ++++++++++------------------- 2 files changed, 35 insertions(+), 79 deletions(-) diff --git a/app-expo/src/app/(tabs)/index.tsx b/app-expo/src/app/(tabs)/index.tsx index 58fc37c..e026462 100644 --- a/app-expo/src/app/(tabs)/index.tsx +++ b/app-expo/src/app/(tabs)/index.tsx @@ -162,7 +162,6 @@ const SKELETON_COUNT = 3; export default function ConversationsScreen() { const { t } = useTranslation('conversation'); - const { t: tApp } = useTranslation('app'); const { data: conversations = [], isLoading } = useConversations(); const createConversation = useCreateConversation(); @@ -197,12 +196,6 @@ export default function ConversationsScreen() { return ( - - - {tApp('tabs.conversations')} - - - - - - {hasCoverImage ? ( - - - - {chapterLabel} - - - {item.title} - - - + + + {chapterLabel} + + + {item.title} + @@ -305,8 +285,7 @@ function ChapterCard({ > {item.title} - - + - - - - {chapterLabel} - - - {item.title} - - - + + + {chapterLabel} + + + {item.title} + - - + - - - {t('pageTitle')} - - -