Keyboard Shortcuts Overview Example Local Shortcuts Global Shortcuts Shortcuts within a BrowserWindow Using web APIs Intercepting events in the main process Using third-party ...
Electron 应用架构 主进程和渲染器进程 主进程和渲染进程之间的区别 题外话:进程间通讯 使用Electron的API 使用 Node.js 的 API Electron 应用架构 在我们深入了解Electron的API之前,我们需要探讨一下在Electron中可能遇到的两种进程类型。 它们是完全不同的,因此理解它们非常重要。 ...