app.quit退出逻辑 app.quit() -> app.on(‘before-quit’) -> mainWindow.on(‘close’) -> app.on(‘window-all-closed’) -> app.on(‘will-quit’) -> app.on(‘quit’)