This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a05973  fix-bug:architecture (#310)
8a05973 is described below

commit 8a0597312ccb24067a732b691e65086e498cdcf4
Author: 曾俊峰 <[email protected]>
AuthorDate: Mon Mar 29 16:40:40 2021 +0800

    fix-bug:architecture (#310)
---
 img/architecture-en.jpg | Bin 0 -> 245445 bytes
 img/architecture.jpg    | Bin 97760 -> 240548 bytes
 site_config/home.jsx    |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/img/architecture-en.jpg b/img/architecture-en.jpg
new file mode 100644
index 0000000..cbefda2
Binary files /dev/null and b/img/architecture-en.jpg differ
diff --git a/img/architecture.jpg b/img/architecture.jpg
index 9cedf2c..2402790 100644
Binary files a/img/architecture.jpg and b/img/architecture.jpg differ
diff --git a/site_config/home.jsx b/site_config/home.jsx
index a0954cd..565da08 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -77,7 +77,7 @@ export default {
     introduction: {
       title: 'A distributed and easy-to-extend visual workflow scheduler 
system',
       desc: 'Dedicated to solving the complex task dependencies in data 
processing, making the scheduler system out of the box for data processing. Its 
main objectives are as follows:',
-      img: '/img/architecture.jpg',
+      img: '/img/architecture-en.jpg',
     },
     features: {
       title: 'Why DolphinScheduler',

Reply via email to