feat: add startup task and fix backup import

This commit is contained in:
engigu
2026-02-26 10:43:49 +08:00
parent afb412e71c
commit acc65dce64
12 changed files with 131 additions and 66 deletions
+1
View File
@@ -266,6 +266,7 @@ export interface Task {
name: string
command: string
type: string
trigger_type: string
config: string
schedule: string
timeout: number