添加自动编译 action

This commit is contained in:
whyour
2021-05-11 23:33:57 +08:00
parent 633fe7707c
commit 3373911b7b
3 changed files with 36 additions and 1 deletions
+1
View File
@@ -284,6 +284,7 @@ const Crontab = () => {
const result = [...value];
result.splice(index, 1, {
...record,
pid: null,
status: CrontabStatus.idle,
});
setValue(result);