mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复初始化数据错别字😀
This commit is contained in:
@@ -64,7 +64,7 @@ const initData = [
|
|||||||
status: CrontabStatus.disabled,
|
status: CrontabStatus.disabled,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '运行所以脚本(慎用)',
|
name: '运行所有脚本(慎用)',
|
||||||
command: 'js runall',
|
command: 'js runall',
|
||||||
schedule: '33 6 */7 * *',
|
schedule: '33 6 */7 * *',
|
||||||
status: CrontabStatus.disabled,
|
status: CrontabStatus.disabled,
|
||||||
|
|||||||
Reference in New Issue
Block a user