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

8
app/(tabs)/activity.tsx Normal file
View File

@@ -0,0 +1,8 @@
import { ThemedView } from "@/components/themed-view";
export default function ActivityScreen() {
return (
<ThemedView>11</ThemedView>
)
}