chengshiwen commented on a change in pull request #344:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/344#discussion_r623158055



##########
File path: site_config/home.jsx
##########
@@ -24,33 +24,36 @@ export default {
     introduction: {
       title: '分布式易扩展的可视化DAG工作流任务调度系统',
       desc: 'Apache 
DolphinScheduler是一个分布式去中心化,易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。',
-      img: '/img/architecture.jpg',
+      img: '/img/framework.png',
     },
     features: {
       title: '特性一览',
       list: [
         {
-          img: '/img/feature_loadbalances.png',
+          img: '/img/ha.png',
           title: '高可靠性',
           content: '去中心化的多Master和多Worker, 自身支持HA功能, 采用任务队列来避免过载,不会造成机器卡死',
         },
         {
-          img: '/img/feature_hogh.png',
+          img: '/img/easyuse.png',
           title: '简单易用',
           content: 'DAG监控界面,所有流程定义都是可视化,通过拖拽任务定制DAG,通过API方式与第三方系统对接, 一键部署',
         },
         {
-          img: '/img/feature_service.png',
+          img: '/img/scene.png',
           title: '丰富的使用场景',
           content: '支持暂停恢复操作. 支持多租户,更好的应对大数据的使用场景. 支持更多的任务类型,如 spark, hive, 
mr, python, sub_process, shell',
         },
         {
-          img: '/img/feature_runtime.png',
+          img: '/img/scaleout.png',

Review comment:
       `scaleout.png` was not added by git

##########
File path: site_config/home.jsx
##########
@@ -24,33 +24,36 @@ export default {
     introduction: {
       title: '分布式易扩展的可视化DAG工作流任务调度系统',
       desc: 'Apache 
DolphinScheduler是一个分布式去中心化,易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。',
-      img: '/img/architecture.jpg',
+      img: '/img/framework.png',
     },
     features: {
       title: '特性一览',
       list: [
         {
-          img: '/img/feature_loadbalances.png',
+          img: '/img/ha.png',
           title: '高可靠性',
           content: '去中心化的多Master和多Worker, 自身支持HA功能, 采用任务队列来避免过载,不会造成机器卡死',
         },
         {
-          img: '/img/feature_hogh.png',
+          img: '/img/easyuse.png',
           title: '简单易用',
           content: 'DAG监控界面,所有流程定义都是可视化,通过拖拽任务定制DAG,通过API方式与第三方系统对接, 一键部署',
         },
         {
-          img: '/img/feature_service.png',
+          img: '/img/scene.png',

Review comment:
       `scene.png` was not added by git

##########
File path: src/pages/docs/index.md.jsx
##########
@@ -73,6 +73,7 @@ class Docs extends Md2Html(Language) {
             ref={(node) => { this.markdownContainer = node; }}
             dangerouslySetInnerHTML={{ __html }}
           />
+         

Review comment:
       Remove the extra empty line

##########
File path: src/pages/community/index.md.jsx
##########
@@ -21,6 +21,7 @@ class Community extends Md2Html(Language) {
           language={language}
           onLanguageChange={this.onLanguageChange}
         />
+      

Review comment:
       Remove the extra empty line

##########
File path: src/pages/blog/index.jsx
##########
@@ -23,6 +23,7 @@ class Blog extends Language {
           language={language}
           onLanguageChange={this.onLanguageChange}
         />
+        

Review comment:
       Remove the extra empty line

##########
File path: site_config/home.jsx
##########
@@ -24,33 +24,36 @@ export default {
     introduction: {
       title: '分布式易扩展的可视化DAG工作流任务调度系统',
       desc: 'Apache 
DolphinScheduler是一个分布式去中心化,易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。',
-      img: '/img/architecture.jpg',
+      img: '/img/framework.png',
     },
     features: {
       title: '特性一览',
       list: [
         {
-          img: '/img/feature_loadbalances.png',
+          img: '/img/ha.png',
           title: '高可靠性',
           content: '去中心化的多Master和多Worker, 自身支持HA功能, 采用任务队列来避免过载,不会造成机器卡死',
         },
         {
-          img: '/img/feature_hogh.png',
+          img: '/img/easyuse.png',

Review comment:
       `easyuse.png` was not added by git

##########
File path: src/pages/community/index.jsx
##########
@@ -24,6 +24,7 @@ class Community extends Language {
           language={language}
           onLanguageChange={this.onLanguageChange}
         />
+       

Review comment:
       Remove the extra empty line

##########
File path: src/pages/home/index.jsx
##########
@@ -106,7 +106,7 @@ class Home extends Language {
             </div>
             <img src={getLink(dataSource.introduction.img)} />
           </div>
-        </section>
+        </section>      

Review comment:
       Remove the extra spaces

##########
File path: site_config/home.jsx
##########
@@ -24,33 +24,36 @@ export default {
     introduction: {
       title: '分布式易扩展的可视化DAG工作流任务调度系统',
       desc: 'Apache 
DolphinScheduler是一个分布式去中心化,易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。',
-      img: '/img/architecture.jpg',
+      img: '/img/framework.png',

Review comment:
       `framework.png` was not added by git

##########
File path: site_config/home.jsx
##########
@@ -24,33 +24,36 @@ export default {
     introduction: {
       title: '分布式易扩展的可视化DAG工作流任务调度系统',
       desc: 'Apache 
DolphinScheduler是一个分布式去中心化,易扩展的可视化DAG工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。',
-      img: '/img/architecture.jpg',
+      img: '/img/framework.png',
     },
     features: {
       title: '特性一览',
       list: [
         {
-          img: '/img/feature_loadbalances.png',
+          img: '/img/ha.png',

Review comment:
       `ha.png` was not added by git




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to