electron/docs-translations/zh-CN
Phil Wyett 2fbf560668 Commit...
* Update build instructions to correctly reflect python version on CentOS
  that has Python 2.6.
* Correct Fedora package install command. Fedora now uses 'dnf' not 'yum'.
* Add RHEL / CentOS section that does use 'yum' for package install.
2016-12-15 03:05:24 +00:00
..
api fix typos 2016-12-01 10:03:33 +08:00
development Commit... 2016-12-15 03:05:24 +00:00
faq auto-standardize javascript in docs-translations 2016-10-11 22:36:11 -07:00
project Word addition and revision for Readme,md 2016-10-13 22:58:48 +08:00
tutorial Fix indentation in menu template example 2016-11-23 14:34:55 -08:00
README.md update the zh-CN docs README.md and find a error in en docs README.md (#7676) 2016-10-24 10:21:02 +09:00

请确认你的使用的文档匹配你的 Electron 版本。你可以在页面的 URL 中找到版本号。 如果不是,你可能在使用开发分支版本的文档,其中包括了一些与你的 Electron 版本不兼容的 API。 如果想要访问老版本的文档,你可以通过 GitHub 的切换分支功能,在下拉菜单中选择与你的版本匹配的分支。

常见问题

这里是一些被经常问到的问题,再提 issue 之前请先看一下这里。

向导

教程

API文档

自定义的 DOM 元素:

在主进程内可用的模块:

在渲染进程(网页)内可用的模块:

在两种进程中都可用的模块:

开发