feat: add exec log clean

This commit is contained in:
engigu
2025-12-21 22:19:55 +08:00
parent 0ff136cfcd
commit 86fa6a4340
18 changed files with 431 additions and 31 deletions
+1
View File
@@ -187,6 +187,7 @@ export interface Task {
command: string
schedule: string
timeout: number
clean_config: string
enabled: boolean
last_run: string
next_run: string