feat/blind_box_v2 #4

Merged
txcjh merged 18 commits from feat/blind_box_v2 into main 2025-09-07 22:23:23 +08:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 7467789bf7 - Show all commits

View File

@ -1,4 +1,5 @@
{ {
"lldb.library": "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB", "lldb.library": "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB",
"lldb.launch.expressions": "native" "lldb.launch.expressions": "native",
"sweetpad.build.xcodeWorkspacePath": "wake.xcodeproj/project.xcworkspace"
} }

View File

@ -51,6 +51,9 @@ struct WakeApp: App {
// route.view // route.view
// } // }
UserInfo() UserInfo()
.navigationDestination(for: AppRoute.self) { route in
route.view
}
} }
} else { } else {
// //