feat: tabs调整

This commit is contained in:
2025-11-06 16:32:15 +07:00
parent 06f73e21e5
commit 33abbe21aa
6 changed files with 71 additions and 115 deletions

View File

@@ -19,14 +19,28 @@ export default function TabLayout() {
<Tabs.Screen
name="index"
options={{
title: 'Home',
title: '首页',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="house.fill" color={color} />,
}}
/>
<Tabs.Screen
name="explore"
name="recharge"
options={{
title: 'Explore',
title: '充值',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="paperplane.fill" color={color} />,
}}
/>
<Tabs.Screen
name="activity"
options={{
title: '活动',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="paperplane.fill" color={color} />,
}}
/>
<Tabs.Screen
name="mine"
options={{
title: '我的',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="paperplane.fill" color={color} />,
}}
/>