feature:基本功能

This commit is contained in:
吕新雨
2026-01-29 19:09:36 +08:00
parent c1a433a469
commit 0dd84b1873
47 changed files with 2978 additions and 219 deletions

View File

@@ -8,6 +8,7 @@ export default function OnboardingLayout() {
<Stack
screenOptions={{
headerTitleAlign: 'center',
headerShown: false, // 隐藏原生导航栏,使用自定义布局
}}
>
<Stack.Screen name="onboarding" options={{ title: t('onboarding.title') }} />