electron/docs-translations/zh-CN
Kevin Sawicki 707b1d1b79 Merge pull request #8207 from philwyett-hemi/rpm_dev
Doc updates related to Fedora and RHEL / CentOS
2016-12-21 13:38:09 -08:00
..
api [ci skip]add net API Simplified Chinese translation 2016-12-20 17:03:32 +08:00
development Commit... 2016-12-15 03:05:24 +00:00
faq [ci skip]update electron-faq.md in Simplified Chinese docs and fix a little words 2016-12-19 15:01:50 +08: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 [ci skip]add net API Simplified Chinese translation 2016-12-20 17:03:32 +08:00

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

常见问题

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

向导

教程

API文档

自定义的 DOM 元素:

在主进程内可用的模块:

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

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

开发