File tree Expand file tree Collapse file tree
soloncode-cli/src/main/resources/static/js Expand file tree Collapse file tree Original file line number Diff line number Diff line change 506506 html += '<label class="loop-radio"><input type="radio" name="loopScheduleType" value="cron"/> Cron 表达式</label>' ;
507507 html += '<input type="text" class="loop-input loop-input-sm" id="loopFormCron" placeholder="0 */5 * * * ?"/>' ;
508508 html += '<span class="loop-cron-hint">示例:</span> ' ;
509- html += '<a class="loop-cron-link" data-cron="0 */2 * * * ?">每2小时</a>' ;
510- html += '<a class="loop-cron-link" data-cron="0 22 * * * ?">每天22点</a> ' ;
511- html += '<a class="loop-cron-link" data-cron="0 0 * * 1 ? ">每周一</a> ' ;
509+ html += '<a class="loop-cron-link" data-cron="0 0 */2 * * ?">每2小时</a>' ;
510+ html += '<a class="loop-cron-link" data-cron="0 0 22 * * ?">每天22点</a> ' ;
511+ html += '<a class="loop-cron-link" data-cron="0 0 0 * * 1">每周一</a> ' ;
512512 html += '</div>' ;
513513 html += '</div>' ;
514514 html += '</div>' ; // 结束 loop-form-schedule
You can’t perform that action at this time.
0 commit comments