diff --git a/README.md b/README.md
index e6e30c2..f7f5652 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,56 @@
- :boom: 你的 `Star` 是我开发的动力,下载源码 `git clone https://gitee.com/pnoker/dc3-web.git` !
+ :boom: `IoT DC3` `Demo Web UI` 仅供接口调试使用 :boom:
- :rocket: 非常欢迎广大兴趣爱好者的加入,第一时间 [联系作者]([https://gitee.com/pnoker/iot-dc3/tree/dev/#5-%E8%81%94%E7%B3%BB%E4%BD%9C%E8%80%85](https://gitee.com/pnoker/iot-dc3/tree/dev/#5-联系作者)),`show me you code`,让我们肩并肩 :alien:!
+:rocket: 非常欢迎广大兴趣爱好者的加入,你的 `Star` 是我们开发的动力 !
- :seedling: 该 `Demo Web UI` ,需要借助 `DC3` 平台服务,https://gitee.com/pnoker/iot-dc3
+ :seedling: 该 `Web UI` ,需要借助 `DC3` 平台服务,`https://gitee.com/pnoker/iot-dc3` 或 `https://github.com/pnoker/iot-dc3`
-
-
-
-
-
DC3是基于Spring Cloud的开源可分布式物联网(IOT)平台,用于快速开发、部署物联设备接入项目,是一整套物联系统解决方案。
IOT DC3 is an open source, distributed Internet of Things (IOT) platform based on Spring Cloud. It is used for rapid development of IOT projects and management of IOT devices. It is a set of solutions for IOT system.
-
------
-### Run & Build
+![](./dc3/images/index.png)
+
+## 一、准备
+
+- `nodejs` >= 12
+- `git`
+- `Web Storm` 或者 `Visual Studio Code`
+
+
+
+### 配置国内 `npm` 源
+
+> 在用户目录下创建 `.npmrc` 文件,并写入以下内容
+
+```txt
+registry=https://registry.npm.taobao.org
+sass_binary_site=https://npm.taobao.org/mirrors/node-sass
+```
+
+
+
+### 安装 `yarn`
+
+
+```bash
+npm install -g yarn
+```
+
+
+
+## 二、源码
```bash
git clone https://gitee.com/pnoker/dc3-web.git
+```
+
+
+
+## 三、开发
+
+ ```bash
cd dc3-web
-npm install -g yarn --registry=https://registry.npm.taobao.org
+# install
yarn
# run
@@ -27,21 +58,9 @@ yarn run serve
# build
yarn run build
-```
+ ```
+
+
+
-### Demo UI
-
-![](./dc3/images/demo/1.png)
-![](./dc3/images/demo/2.png)
-![](./dc3/images/demo/3.png)
-![](./dc3/images/demo/4.png)
-![](./dc3/images/demo/5.png)
-![](./dc3/images/demo/6.png)
-![](./dc3/images/demo/7.png)
-![](./dc3/images/demo/8.png)
-![](./dc3/images/demo/9.png)
-![](./dc3/images/demo/10.png)
-![](./dc3/images/demo/11.png)
-![](./dc3/images/demo/12.png)
-![](./dc3/images/demo/13.png)
diff --git a/dc3/images/demo/10.png b/dc3/images/demo/10.png
deleted file mode 100644
index 761801c..0000000
Binary files a/dc3/images/demo/10.png and /dev/null differ
diff --git a/dc3/images/demo/11.png b/dc3/images/demo/11.png
deleted file mode 100644
index 4793502..0000000
Binary files a/dc3/images/demo/11.png and /dev/null differ
diff --git a/dc3/images/demo/12.png b/dc3/images/demo/12.png
deleted file mode 100644
index 6e834d6..0000000
Binary files a/dc3/images/demo/12.png and /dev/null differ
diff --git a/dc3/images/demo/13.png b/dc3/images/demo/13.png
deleted file mode 100644
index 35f0912..0000000
Binary files a/dc3/images/demo/13.png and /dev/null differ
diff --git a/dc3/images/demo/2.png b/dc3/images/demo/2.png
deleted file mode 100644
index 43027cb..0000000
Binary files a/dc3/images/demo/2.png and /dev/null differ
diff --git a/dc3/images/demo/3.png b/dc3/images/demo/3.png
deleted file mode 100644
index 37f3a1d..0000000
Binary files a/dc3/images/demo/3.png and /dev/null differ
diff --git a/dc3/images/demo/4.png b/dc3/images/demo/4.png
deleted file mode 100644
index fb28b86..0000000
Binary files a/dc3/images/demo/4.png and /dev/null differ
diff --git a/dc3/images/demo/5.png b/dc3/images/demo/5.png
deleted file mode 100644
index 6237464..0000000
Binary files a/dc3/images/demo/5.png and /dev/null differ
diff --git a/dc3/images/demo/6.png b/dc3/images/demo/6.png
deleted file mode 100644
index 1523b60..0000000
Binary files a/dc3/images/demo/6.png and /dev/null differ
diff --git a/dc3/images/demo/7.png b/dc3/images/demo/7.png
deleted file mode 100644
index 551a098..0000000
Binary files a/dc3/images/demo/7.png and /dev/null differ
diff --git a/dc3/images/demo/8.png b/dc3/images/demo/8.png
deleted file mode 100644
index 23fbed8..0000000
Binary files a/dc3/images/demo/8.png and /dev/null differ
diff --git a/dc3/images/demo/9.png b/dc3/images/demo/9.png
deleted file mode 100644
index 7858436..0000000
Binary files a/dc3/images/demo/9.png and /dev/null differ
diff --git a/dc3/images/demo/1.png b/dc3/images/index.png
similarity index 100%
rename from dc3/images/demo/1.png
rename to dc3/images/index.png
diff --git a/dc3/images/iot-dc3-logo.png b/dc3/images/iot-dc3-logo.png
deleted file mode 100644
index 50a087f..0000000
Binary files a/dc3/images/iot-dc3-logo.png and /dev/null differ
diff --git a/dc3/images/web-all.png b/dc3/images/web-all.png
deleted file mode 100644
index dd015be..0000000
Binary files a/dc3/images/web-all.png and /dev/null differ
diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue
index b46878d..fb8a8e4 100644
--- a/src/views/layout/Layout.vue
+++ b/src/views/layout/Layout.vue
@@ -19,13 +19,9 @@
驱动配置
位号配置
数据
- 事件