移除js hangup初始化定时任务

This commit is contained in:
whyour 2021-04-19 16:41:02 +08:00
parent 2645716d49
commit c6af75cd70

View File

@ -51,12 +51,6 @@ const initData = [
schedule: '33 6 */7 * *',
status: CrontabStatus.disabled,
},
{
name: '启动挂机程序',
command: 'js hangup',
schedule: '33 6 */7 * *',
status: CrontabStatus.disabled,
},
{
name: '运行所有脚本(慎用)',
command: 'js runall',