feat: fix detail
This commit is contained in:
@@ -14,9 +14,14 @@ struct CookieInputView: View {
|
||||
}
|
||||
|
||||
Section("Cookie") {
|
||||
#if os(tvOS)
|
||||
TextField("粘贴 Cookie...", text: $cookieText)
|
||||
.font(.system(.body, design: .monospaced))
|
||||
#else
|
||||
TextEditor(text: $cookieText)
|
||||
.font(.system(.body, design: .monospaced))
|
||||
.frame(minHeight: 120)
|
||||
#endif
|
||||
}
|
||||
|
||||
Section {
|
||||
|
||||
Reference in New Issue
Block a user