Migrate from iOS 17 Observation to iOS 16-compatible Combine architecture.
Lower deployment target to iOS 16, replace @Observable with ObservableObject, add navigation and UI compatibility shims, and include login smoke UI tests. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -37,7 +37,7 @@ struct ProfileRootView: View {
|
||||
|
||||
/// 通用 Tab 占位视图,用于未迁移模块的临时入口。
|
||||
private struct PlaceholderTabRootView: View {
|
||||
@Environment(RouterPath.self) private var router
|
||||
@EnvironmentObject private var router: RouterPath
|
||||
|
||||
let title: String
|
||||
let systemImage: String
|
||||
|
||||
Reference in New Issue
Block a user