From e64affe99f1ca160c335cffc635c53bed4ca3e44 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Mon, 16 Mar 2026 22:51:17 +0800 Subject: [PATCH] optm for im --- App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index b50ed81..4d58b5d 100644 --- a/App.tsx +++ b/App.tsx @@ -41,8 +41,8 @@ export default function App() { name="Message" component={MessageScreen} options={{ - title: '消息', - tabBarLabel: '消息', + title: 'IM消息', + tabBarLabel: 'IM消息', tabBarIcon: ({ color, size }) => ( 💬 ),