mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
更新新建文件订阅
This commit is contained in:
@@ -73,7 +73,7 @@ enum OperationPath {
|
||||
const Crontab = ({ headerStyle, isPhone, theme }: any) => {
|
||||
const columns: any = [
|
||||
{
|
||||
title: '任务名',
|
||||
title: '名称',
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
width: 150,
|
||||
@@ -127,7 +127,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '任务',
|
||||
title: '命令',
|
||||
dataIndex: 'command',
|
||||
key: 'command',
|
||||
width: 250,
|
||||
@@ -152,7 +152,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '任务定时',
|
||||
title: '定时规则',
|
||||
dataIndex: 'schedule',
|
||||
key: 'schedule',
|
||||
width: 110,
|
||||
|
||||
Reference in New Issue
Block a user