创建AppDelegate
import SwiftUI
@main
struct FocusitoApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
var body: some Scene {
Settings {
SettingsView()
}
.commands {
ReplaceMenus()
}
}
}
windowX.contentView = NSHostingView(rootView: ContentView())