feat: add task pin #89
This commit is contained in:
@@ -291,6 +291,7 @@ watch(() => props.open, async (val: boolean) => {
|
||||
retry_interval: props.task?.retry_interval ?? 0,
|
||||
random_range: props.task?.random_range ?? 0,
|
||||
timeout: props.task?.timeout ?? 30,
|
||||
pin_type: props.task?.pin_type ?? 'none',
|
||||
...props.task
|
||||
}
|
||||
// 解析清理配置
|
||||
|
||||
Reference in New Issue
Block a user