Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
da785c0103
Bump fastjson from 1.2.58 to 1.2.83
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.58 to 1.2.83.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.58...1.2.83)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 03:03:00 +00:00
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
@ -22,7 +24,7 @@
<mybatis.plus.version>3.1.0</mybatis.plus.version>
<apache.commons.text.verion>1.6</apache.commons.text.verion>
<apache.commons.csv.verion>1.8</apache.commons.csv.verion>
<commons.io.version>2.7</commons.io.version>
<commons.io.version>2.6</commons.io.version>
<guava.version>28.2-jre</guava.version>
<jsoup.version>1.11.3</jsoup.version>
<xsoup.version>0.3.1</xsoup.version>
@ -169,4 +171,4 @@
<module>spider-flow-core</module>
<module>spider-flow-web</module>
</modules>
</project>
</project>

View File

@ -227,7 +227,7 @@ li {
周期从 <input class="numberspinner" style="width: 60px;"
data-options="min:0,max:23" value="0" id="hourStart_0">
- <input class="numberspinner" style="width: 60px;"
data-options="min:2,max:23" value="2" id="hourEnd_0"> 小时
data-options="min:2,max:23" value="2" id="hourEnd_1"> 小时
</div>
<div class="line">
<input type="radio" name="hour" onclick="startOn(this)">
@ -530,4 +530,4 @@ li {
});
</script>
</body>
</html>
</html>