更新新建文件订阅

This commit is contained in:
whyour
2022-05-15 15:25:23 +08:00
parent 5523d537dc
commit f6a122e5ea
7 changed files with 344 additions and 84 deletions
+3 -3
View File
@@ -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,