update version to 0.3.0
This commit is contained in:
parent
d80646399f
commit
9f7d90746c
4
pom.xml
4
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.spiderflow</groupId>
|
<groupId>org.spiderflow</groupId>
|
||||||
<artifactId>spider-flow</artifactId>
|
<artifactId>spider-flow</artifactId>
|
||||||
<version>0.2.1</version>
|
<version>0.3.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>spider-flow</name>
|
<name>spider-flow</name>
|
||||||
<url>https://gitee.com/jmxd/spider-flow</url>
|
<url>https://gitee.com/jmxd/spider-flow</url>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<version>2.0.7.RELEASE</version>
|
<version>2.0.7.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<spider-flow.version>0.2.1</spider-flow.version>
|
<spider-flow.version>0.3.0</spider-flow.version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.spiderflow</groupId>
|
<groupId>org.spiderflow</groupId>
|
||||||
<artifactId>spider-flow</artifactId>
|
<artifactId>spider-flow</artifactId>
|
||||||
<version>0.2.1</version>
|
<version>0.3.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spider-flow-api</artifactId>
|
<artifactId>spider-flow-api</artifactId>
|
||||||
<name>spider-flow-api</name>
|
<name>spider-flow-api</name>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.spiderflow</groupId>
|
<groupId>org.spiderflow</groupId>
|
||||||
<artifactId>spider-flow</artifactId>
|
<artifactId>spider-flow</artifactId>
|
||||||
<version>0.2.1</version>
|
<version>0.3.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spider-flow-core</artifactId>
|
<artifactId>spider-flow-core</artifactId>
|
||||||
<name>spider-flow-core</name>
|
<name>spider-flow-core</name>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.spiderflow</groupId>
|
<groupId>org.spiderflow</groupId>
|
||||||
<artifactId>spider-flow</artifactId>
|
<artifactId>spider-flow</artifactId>
|
||||||
<version>0.2.1</version>
|
<version>0.3.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spider-flow-web</artifactId>
|
<artifactId>spider-flow-web</artifactId>
|
||||||
<name>spider-flow-web</name>
|
<name>spider-flow-web</name>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="layui-layout layui-layout-admin">
|
<body class="layui-layout layui-layout-admin">
|
||||||
<div class="layui-header">
|
<div class="layui-header">
|
||||||
<div class="layui-logo">SpiderFlow平台v0.2.1</div>
|
<div class="layui-logo">SpiderFlow平台v0.3.0</div>
|
||||||
<ul class="layui-nav layui-layout-left"></ul>
|
<ul class="layui-nav layui-layout-left"></ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-side">
|
<div class="layui-side">
|
||||||
|
@ -225,17 +225,8 @@
|
|||||||
viewer.setOptions('reversed',false);
|
viewer.setOptions('reversed',false);
|
||||||
viewer.init();
|
viewer.init();
|
||||||
}).on('click','.btn-page-end',function(){
|
}).on('click','.btn-page-end',function(){
|
||||||
if (time == null) {
|
viewer.setOptions('reversed',true);
|
||||||
time = window.setInterval(function () {
|
viewer.init();
|
||||||
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;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user