修复每隔小时 cron 表达式解析的错误 (#36)

This commit is contained in:
nekolr 2022-08-23 09:34:00 +08:00 committed by GitHub
parent 445d404591
commit fa667b5bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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_1"> 小时
data-options="min:2,max:23" value="2" id="hourEnd_0"> 小时
</div>
<div class="line">
<input type="radio" name="hour" onclick="startOn(this)">
@ -530,4 +530,4 @@ li {
});
</script>
</body>
</html>
</html>