콘텐츠 메인

- 채널 검색 추가
This commit is contained in:
Yu Sung
2025-01-09 05:07:44 +09:00
parent 6d5257e1c0
commit 3a0ca5b945
7 changed files with 220 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ final class ExplorerViewModel: ObservableObject {
.sink { [unowned self] value in
DEBUG_LOG("value: \(value)")
if value.count > 1 {
UserDefaults.set(value, forKey: .searchChannel)
searchChannel()
}
}