From 664ac2fb49cf647f0d99a3f23d3936d6e6532dc9 Mon Sep 17 00:00:00 2001 From: Sherman Date: Fri, 1 Feb 2019 05:12:45 +0000 Subject: [PATCH] Added more information and additional links (#33933) * Added more information and additional links * Fixed link --- guide/chinese/electron/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/guide/chinese/electron/index.md b/guide/chinese/electron/index.md index c9f0286be7..acdf938b5f 100644 --- a/guide/chinese/electron/index.md +++ b/guide/chinese/electron/index.md @@ -4,13 +4,13 @@ localeTitle: 电子 --- ## Electron - 使用JavaScript,HTML和CSS构建跨平台桌面应用程序 -Electron允许您使用Web技术构建跨平台桌面应用程序。您 可以为Windows,Mac和最常见的Linux版本构建桌面应用程序。 +Electron允许您使用Web技术构建跨平台桌面应用程序。您可以为Windows,Mac和最常见的Linux版本构建桌面应用程序。 -Electron基于Chromium(谷歌浏览器的开源版本)。您 使用HTML,JavaScript和CSS等Web技术构建Electron应用程序。那 意味着您可以使用大多数想要构建本机桌面应用程序的Web技术。例如,您可以使用[React](https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c)或[Angular](https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron)来构建您的第一个桌面应用程序。 +Electron基于Chromium(谷歌浏览器的开源版本)。Electron是在2013年7月15日,从GitHub开发的构建。您使用HTML,JavaScript和CSS等Web技术构建Electron应用程序。那 意味着您可以使用大多数想要构建本机桌面应用程序的Web技术。例如,您可以使用[React](https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c)或[Angular](https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron)来构建您的第一个桌面应用程序。 此外,Electron还支持自动更新,崩溃报告, 和原生菜单。 -可以使用[Electron API演示](https://github.com/electron/electron-api-demos)探索核心功能 +您可以使用[Electron API演示](https://github.com/electron/electron-api-demos)探索核心功能。 使用Electron构建的一些应用包括: @@ -21,10 +21,12 @@ Electron基于Chromium(谷歌浏览器的开源版本)。您 使用HTML,Ja * [Discord](https://discordapp.com) (适合游戏玩家的流行消息应用) * [Github Desktop](https://desktop.github.com/) (官方Github桌面客户端) +您可以从[Electron的网页](https://electronjs.org/apps)查询更多使用Electron构建的应用。 + ### 其他信息参考 * [官方网站](https://electronjs.org/) * [视频 - 什么是电子](https://www.youtube.com/watch?v=8YP_nOCO-4Q&feature=youtu.be) * \[Electron and Vue\]:https://medium.com/@kswanie21/electron-vue-js-f6c40abeb625 * \[Electron and React\]:https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c -* \[电子和角度\]:https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron \ No newline at end of file +* \[电子和角度\]:https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron