Add toolbar for JSON editor

This commit is contained in:
世界
2026-01-05 16:28:59 +08:00
parent 3b447dd46c
commit 91edd77b00
10 changed files with 462 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public struct MainView: View {
@State private var pendingSettingsPage: SettingsPage?
private let profileEditor: (Binding<String>, Bool) -> AnyView = { text, isEditable in
AnyView(CodeEditTextView(text: text, isEditable: isEditable))
AnyView(ProfileEditorWrapperView(text: text, isEditable: isEditable))
}
public init() {}