添加文案格式化页面

This commit is contained in:
2026-07-12 15:41:53 +08:00
parent 4b3499d73d
commit cb65163e5c
2 changed files with 135 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import SwiftUI
struct NoteApp: App {
var body: some Scene {
WindowGroup {
ContentView()
FormatterView()
}
}
}