diff --git a/source/_posts/zh-CN/Share-Buttons.md b/source/_posts/zh-CN/Share-Buttons.md
index 01e1d15..1a5f7f6 100644
--- a/source/_posts/zh-CN/Share-Buttons.md
+++ b/source/_posts/zh-CN/Share-Buttons.md
@@ -16,7 +16,7 @@ providers:
iconcdn: loli
---
-本文介绍Icarus 3支持的分享按钮的安装配置。
+本文介绍Icarus 4支持的分享按钮的安装配置。
@@ -180,10 +180,7 @@ providers:
-
+**安装指南**
1. 你可以启用百度分享按钮而无需注册用户。
直接将下面的代码添加到你的主题配置中:
diff --git a/source/_posts/zh-CN/Upgrade-Guide.md b/source/_posts/zh-CN/Upgrade-Guide.md
index 4560176..d9acc83 100644
--- a/source/_posts/zh-CN/Upgrade-Guide.md
+++ b/source/_posts/zh-CN/Upgrade-Guide.md
@@ -19,11 +19,11 @@ toc: true
-### 从3.x升级至4.0
+### 从3.x升级至4.x
1. 将Node.js升级到10.13.0或者更新的版本。
-2. 下载源代码或者从NPM安装Icarus 4.0。
+2. 下载源代码或者从NPM安装Icarus 4.x。
你可以在{% post_link zh-CN/Getting-Started %}中找到安装指导。
如果你打算通过修改源代码的方式自定义主题,你必须从源代码安装主题。
diff --git a/source/_posts/zh-CN/Web-Analytics-Plugins.md b/source/_posts/zh-CN/Web-Analytics-Plugins.md
index e9f723a..8881a61 100644
--- a/source/_posts/zh-CN/Web-Analytics-Plugins.md
+++ b/source/_posts/zh-CN/Web-Analytics-Plugins.md
@@ -13,7 +13,7 @@ providers:
iconcdn: loli
---
-本文介绍Icarus 3支持的网站统计与分析插件的安装配置。
+本文介绍Icarus 4支持的网站统计与分析插件的安装配置。
diff --git a/source/_posts/zh-CN/Widgets.md b/source/_posts/zh-CN/Widgets.md
index 014801d..4d6e692 100644
--- a/source/_posts/zh-CN/Widgets.md
+++ b/source/_posts/zh-CN/Widgets.md
@@ -60,7 +60,7 @@ providers:
iconcdn: loli
---
-本文介绍Icarus 3支持的页面挂件的安装配置。
+本文介绍Icarus 4支持的页面挂件的安装配置。
若要同时展示多个挂件,只需在主题配置的`widgets`数组中添加多个挂件配置。
它们会按照定义的顺序出现。
每个挂件必须包含`type`(挂件类型)与`position`(挂件展示位置)设置项。