From 1d0b9006cce27c6d918b7fff14d7b667294f627e Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 16 Jan 2020 17:02:44 +0800 Subject: [PATCH] updated README --- README-zh.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-zh.md b/README-zh.md index 85cfe053..61d586be 100644 --- a/README-zh.md +++ b/README-zh.md @@ -154,6 +154,10 @@ Docker部署的详情,请见[相关文档](https://tikazyq.github.io/crawlab-d ![](http://static-docs.crawlab.cn/node-install-dependencies.png) +#### 消息通知 + +![](http://static-docs.crawlab.cn/notification-mail.jpeg) + ## 架构 Crawlab的架构包括了一个主节点(Master Node)和多个工作节点(Worker Node),以及负责通信和数据储存的Redis和MongoDB数据库。 diff --git a/README.md b/README.md index 190e6eb1..7cbc876e 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,10 @@ For Docker Deployment details, please refer to [relevant documentation](https:// ![](https://raw.githubusercontent.com/tikazyq/crawlab-docs/master/images/schedule.png) +#### Notifications + +![](http://static-docs.crawlab.cn/notification-mail.jpeg) + #### Dependency Installation ![](http://static-docs.crawlab.cn/node-install-dependencies.png)