feat: 完善启动分发逻辑,优化小组件背景适配与点赞图标交互

This commit is contained in:
1
2026-02-02 17:17:10 +08:00
parent 228fd7fd84
commit 4b739dd194
6 changed files with 179 additions and 79 deletions

View File

@@ -97,7 +97,8 @@ export default function OnboardingScreen() {
}
};
const onSkip = () => {
const onSkip = async () => {
await setOnboardingCompleted(true);
router.replace('/(app)/home');
};