import SwiftUI @main struct guangya_macApp: App { var body: some Scene { WindowGroup { ContentView() } } }