Skip to content

Commit

Permalink
fix debug deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Jun 23, 2024
1 parent 7bc2cec commit 4566495
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MeowBili/InMain/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ struct SearchMainView: View {
@AppStorage("DedeUserID__ckMd5") var dedeUserID__ckMd5 = ""
@AppStorage("SESSDATA") var sessdata = ""
@AppStorage("bili_jct") var biliJct = ""
@State var searchText = "小埋"
#if !DEBUG
#error("Debug string in line 37")
#endif
@State var searchText = ""
@State var isSearchPresented = false
@State var searchHistory = [String]()
@State var hotSearches = [String]()
Expand Down

0 comments on commit 4566495

Please sign in to comment.