Skip to content

Commit

Permalink
Merge pull request ssssssss-team#39 from ssssssss-team/fix_cron
Browse files Browse the repository at this point in the history
修复每隔小时 cron 表达式解析的错误 (ssssssss-team#36)
  • Loading branch information
nekolr authored Aug 23, 2022
2 parents 445d404 + fa667b5 commit d736471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spider-flow-web/src/main/resources/static/editCron.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
周期从 <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_1"> 小时
data-options="min:2,max:23" value="2" id="hourEnd_0"> 小时
</div>
<div class="line">
<input type="radio" name="hour" onclick="startOn(this)">
Expand Down Expand Up @@ -530,4 +530,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit d736471

Please sign in to comment.