import AppKit // ── FloatingMonitor 入口 ── let app = NSApplication.shared let delegate = AppDelegate() app.delegate = delegate app.setActivationPolicy(.accessory) _ = NSApplicationMain(CommandLine.argc, CommandLine.unsafeArgv)