diff --git a/README.md b/README.md
index 0d0cc308..06aed504 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ Take a look at some of the amazing projects built with electron-vue. Want to hav
* [**Space-Snake**](https://github.com/ilyagru/Space-Snake): A Desktop game built with Electron and Vue.js.
* [**Forrest**](https://github.com/stefanjudis/forrest): An npm scripts desktop client
* [**miikun**](https://github.com/hiro0218/miikun): A Simple Markdown Editor
-* [**Dakika**](https://github.com/Madawar/Dakika): A minute taking application that makes writing minutes a breeze
+* [**Dakika**](https://github.com/raj347/Dakika): A minute taking application that makes writing minutes a breeze
* [**Dynamoc**](https://github.com/ieiayaobb/dynamoc): Dynamoc is a GUI client for dynamodb-local, dynalite and AWS dynamodb
* [**Dockeron**](https://github.com/dockeron/dockeron): A dockeron project, built on Electron + Vue.js for Docker
* [**Easysubs**](https://github.com/matiastucci/easysubs): Download subtitles in a very fast and simple way
@@ -100,6 +100,25 @@ Take a look at some of the amazing projects built with electron-vue. Want to hav
* [**Data-curator**](https://github.com/ODIQueensland/data-curator): Share usable open data.
* [**Bookmark**](https://github.com/mrgodhani/bookmark): Desktop app to manage bookmarked links using Atom Electron and Vue.js
* [**Uber Run**](https://github.com/break-enter/uberrun): Simple automation desktop app to download and organize your tax invoices from Uber.
+* [**Apollo**](https://github.com/helados/Apollo): Convert YouTube videos (and more) to .mp3 files
* [**Netsix**](https://github.com/pulsardev/netsix): Share videos with your friends in a real peer-to-peer manner using WebRTC.
* [**code-notes**](https://github.com/lauthieb/code-notes): A simple code snippet manager for developers built with Electron & Vue.js.
* [**Pomotroid**](https://github.com/Splode/pomotroid): A simple and visually-pleasing Pomodoro timer
+* [**MarkText**](https://github.com/marktext/marktext): Mark Text is a realtime Markdown Editor.
+* [**vue-design**](https://github.com/L-Chris/vue-design): the best website visualization builder with Vue and Electron
+* [**ImapSync Client**](https://github.com/ridaamirini/ImapSyncClient): It's only an Internet Message Access Protocol Synchronization Client
+* [**Hve**](https://github.com/hellohve/hve): A static blog client tool you may like.
+* [**MarkdownFox**](https://github.com/lx4r/markdownfox): A simple Markdown viewer with auto update and PDF export.
+* [**Smart DOCSE**](https://github.com/shirshak55/smart-docse): A generic app which ability to display news, contact etc.
+* [**Cleaver**](https://getcleaver.com/): Cleaver helps you provision servers ready for deploying your web apps with zero downtime - for free!
+* [**XPanel**](https://github.com/krustnic/xpanel): XAMPP control panel alternative built with Electron & Vue.js
+* [**Hexo-Client**](https://github.com/gaoyoubo/hexo-client): A hexo client powered by electron-vue.
+* [**YT.Downloader**](https://github.com/myazarc/ytdownloader): Youtube Video Downloader&Converter and Play Music, built with Electron & Vue.js.
+* [**BMFont-JS**](https://github.com/elisaday/bmfont-js): BMFont-js is a bitmap font generator, built with Electron & Vue.js.
+* [**YouGet**](https://github.com/ahmetzeybek/YouGet): YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
+* [**Asar UI**](https://github.com/myazarc/AsarUI): UI for Asar Pack, built with Electron & Vue.js.
+* [**Leeze**](https://github.com/dayinji/Leeze): A Receipt Record App, built with Electron & Vue.js.
+* [**IntelTracker**](https://github.com/hectate/inteltracker): An intel item tracker for players/speedrunners of NOLF.
+* [**Metube**](https://github.com/kimyearho/MeTube): A program to manage your simple YouTube music player and enjoy your music
+* [**it-tools**](https://github.com/TsaiKoga/it-tools): A programing helper for developers built with Electron & Vue.js.
+* [**GifsWorld**](https://github.com/dj0nny/GifsWorld): Gifs finder built with Vue and Electron
diff --git a/docs/LANGS.md b/docs/LANGS.md
index ba102e18..0b400efa 100644
--- a/docs/LANGS.md
+++ b/docs/LANGS.md
@@ -1,3 +1,5 @@
* [English](en/)
* [日本語](ja/)
* [中文](cn/)
+* [대한민국](ko/)
+* [Português](pt_BR/)
diff --git a/docs/cn/end-to-end_testing.md b/docs/cn/end-to-end_testing.md
index 8b882a57..1dcc6aaa 100644
--- a/docs/cn/end-to-end_testing.md
+++ b/docs/cn/end-to-end_testing.md
@@ -40,7 +40,7 @@ my-project
### 关于 Spectron
-Spectron 是使用 [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/) 和 [WebDriverIO](http://webdriver.io/) 来操作 DOM 元素的 [electron](http://electron.atom.io)官方测试框架。
+Spectron 是使用 [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/) 和 [WebDriverIO](http://webdriver.io/) 来操作 DOM 元素的 [electron](http://electron.atom.io) 官方测试框架。
#### WebDriverIO 的使用
diff --git a/docs/cn/faqs.md b/docs/cn/faqs.md
index 61e38d19..f714b89c 100644
--- a/docs/cn/faqs.md
+++ b/docs/cn/faqs.md
@@ -33,7 +33,7 @@
## 在哪里放置我的静态资源?
-[**静态资源的使用**](/using-static-assets.md)
+[**静态资源的使用**](using-static-assets.md)
## 为什么 `npm run lint` 会出现错误?
diff --git a/docs/cn/npm_scripts.md b/docs/cn/npm_scripts.md
index b5368967..82f44648 100644
--- a/docs/cn/npm_scripts.md
+++ b/docs/cn/npm_scripts.md
@@ -1,6 +1,6 @@
# NPM 脚本
-为了帮助n你消除开发过程中的冗余任务,请注意一些可用的 NPM 脚本。以下命令应该运行在项目的根目录下。当然,你可以使用 `yarn run
+