From 0d168c904607d2e27d8de4d1f1ac6cc49f6c5396 Mon Sep 17 00:00:00 2001 From: TQCasey <494294315@qq.com> Date: Wed, 25 Mar 2026 21:19:58 +0800 Subject: [PATCH] fix fix fix --- App.tsx | 12 +-- android/.idea/deploymentTargetSelector.xml | 4 +- android/.idea/deviceManager.xml | 13 ++++ android/.idea/gradle.xml | 1 + android/app/build.gradle | 9 +++ screens/HomeScreen.tsx | 86 +++++++++++----------- screens/MessageScreen.tsx | 6 +- screens/TestScreen.tsx | 22 +++--- servers/walletman | 2 +- types.ts | 4 +- 10 files changed, 91 insertions(+), 68 deletions(-) create mode 100644 android/.idea/deviceManager.xml diff --git a/App.tsx b/App.tsx index 8e44486..4891de6 100644 --- a/App.tsx +++ b/App.tsx @@ -51,8 +51,8 @@ export default function App() { name="Home" component={HomeScreen} options={{ - title: '钱包列表', - tabBarLabel: '钱包列表', + title: 'Wallets', + tabBarLabel: 'Wallets', tabBarIcon: ({ color, size }) => , }} /> @@ -60,8 +60,8 @@ export default function App() { name="Test" component={TestScreen} options={{ - title: '测试', - tabBarLabel: '测试', + title: 'Test', + tabBarLabel: 'Test', tabBarIcon: ({ color, size }) => , }} /> @@ -69,8 +69,8 @@ export default function App() { name="Message" component={MessageScreen} options={{ - title: 'IM消息', - tabBarLabel: 'IM消息', + title: 'Messages', + tabBarLabel: 'Messages', tabBarIcon: ({ color, size }) => , }} /> diff --git a/android/.idea/deploymentTargetSelector.xml b/android/.idea/deploymentTargetSelector.xml index 00a50ef..bd3fece 100644 --- a/android/.idea/deploymentTargetSelector.xml +++ b/android/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@