前端定时任务菜单中Cron表达式生成器中-日-选项中的--每小时--应为-每日

pull/465/head
wpengsen 2023-07-20 10:30:21 +08:00
parent e405becf9a
commit d7a2e80bf6
1 changed files with 2 additions and 2 deletions

View File

@ -716,7 +716,7 @@
<div class="tab-pane" id="tabDay">
<div class="radio">
<label>
<input type="radio" name="rdoDay" id="day_all">小时 允许的通配符[, - * /]
<input type="radio" name="rdoDay" id="day_all"> 允许的通配符[, - * /]
</label>
</div>
<div class="radio">
@ -1169,4 +1169,4 @@ $('#checkCron').click(function() {
});
</script>
</body>
</html>
</html>