diff --git a/pom.xml b/pom.xml index 43bac46..ea0a47a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.spiderflow spider-flow - 0.2.1 + 0.3.0 pom spider-flow https://gitee.com/jmxd/spider-flow @@ -14,7 +14,7 @@ 2.0.7.RELEASE - 0.2.1 + 0.3.0 UTF-8 diff --git a/spider-flow-api/pom.xml b/spider-flow-api/pom.xml index 6d23e97..6aef1a0 100644 --- a/spider-flow-api/pom.xml +++ b/spider-flow-api/pom.xml @@ -4,7 +4,7 @@ org.spiderflow spider-flow - 0.2.1 + 0.3.0 spider-flow-api spider-flow-api diff --git a/spider-flow-core/pom.xml b/spider-flow-core/pom.xml index 25667b1..d013294 100644 --- a/spider-flow-core/pom.xml +++ b/spider-flow-core/pom.xml @@ -4,7 +4,7 @@ org.spiderflow spider-flow - 0.2.1 + 0.3.0 spider-flow-core spider-flow-core diff --git a/spider-flow-web/pom.xml b/spider-flow-web/pom.xml index 3aee396..934b061 100644 --- a/spider-flow-web/pom.xml +++ b/spider-flow-web/pom.xml @@ -4,7 +4,7 @@ org.spiderflow spider-flow - 0.2.1 + 0.3.0 spider-flow-web spider-flow-web diff --git a/spider-flow-web/src/main/resources/static/index.html b/spider-flow-web/src/main/resources/static/index.html index c9b671e..1cf1d5e 100644 --- a/spider-flow-web/src/main/resources/static/index.html +++ b/spider-flow-web/src/main/resources/static/index.html @@ -11,7 +11,7 @@
- +
diff --git a/spider-flow-web/src/main/resources/static/log.html b/spider-flow-web/src/main/resources/static/log.html index 4e8e0c2..094672d 100644 --- a/spider-flow-web/src/main/resources/static/log.html +++ b/spider-flow-web/src/main/resources/static/log.html @@ -225,17 +225,8 @@ viewer.setOptions('reversed',false); viewer.init(); }).on('click','.btn-page-end',function(){ - if (time == null) { - time = window.setInterval(function () { - if ($('#layuiTab', parent.document).find("li[lay-id='" + logId + "']").attr('class').indexOf("layui-this") >= 0) { - viewer.setOptions('reversed',true); - viewer.init(); - } - }, 5000); - } else { - window.clearInterval(time); - time = null; - } + viewer.setOptions('reversed',true); + viewer.init(); }); });