feat: for tvOS

This commit is contained in:
2026-02-26 22:45:05 +08:00
parent 03b7a8bf25
commit cd8c3afd7d
13 changed files with 208 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import SwiftUI
#if !os(tvOS)
struct SearchView: View {
@State private var viewModel = SearchViewModel()
@@ -59,3 +60,4 @@ struct SearchView: View {
}
}
}
#endif