feat: streamline account overview list workflow

This commit is contained in:
xuhongbin
2026-03-11 20:47:50 +08:00
parent 4c1fb895d6
commit 3177500f74
8 changed files with 419 additions and 387 deletions

View File

@@ -89,7 +89,19 @@ export default function RootLayout() {
headerShadowVisible: false,
}}
/>
<Stack.Screen name="accounts/[id]" options={{ presentation: 'card' }} />
<Stack.Screen
name="accounts/overview"
options={{
animation: 'slide_from_right',
presentation: 'card',
headerShown: true,
title: '账号清单',
headerBackTitle: '返回',
headerTintColor: '#16181a',
headerStyle: { backgroundColor: '#f4efe4' },
headerShadowVisible: false,
}}
/>
</Stack>
)}
</QueryClientProvider>