官方指南
请确认你所使用的文档与你的 Electron 版本匹配。 版本号应该是页面URL的一部分。 如果没有,你可能正在使用开发版本分支里的文档,这个分支可能包含了一些与你的 Electron 版本不兼容的 API。 如果想要访问旧版本的文档,你可以浏览标签: 通过在 GitHub 中打开下拉菜单“Switch branches/tags”中选择与你的版本匹配的分支。
常见问题 (FAQ)
有些问题经常被问到。 在新建问题之前请先查看:
指南和教程
入门指南
学习基础
- 为你的应用添加功能
- 模板和命令行界面
高级步骤
详细教程
这些独立教程扩展了上面指南中所讨论的主题。
API 参考
自定义 DOM 元素:
主进程可用的模块:
- app
- autoUpdater
- BaseWindow
- BrowserWindow
- contentTracing
- desktopCapturer
- dialog
- globalShortcut
- inAppPurchase
- ipcMain
- Menu
- MenuItem
- MessageChannelMain
- MessagePortMain
- nativeTheme
- net
- netLog
- 通知
- powerMonitor
- powerSaveBlocker
- protocol
- pushNotifications
- 安全存储
- screen
- session
- ShareMenu
- systemPreferences
- 触控板
- Tray
- utilityProcess
- 查看
- webContents
- webFrameMain
- WebContentsView
渲染进程(网页)可用的模块:
两种进程都可用的模块:
- clipboard (non-sandboxed renderers only)
- crashReporter
- nativeImage
- shell (non-sandboxed renderers only)