feat: add env task global setting

This commit is contained in:
engigu
2026-03-06 14:13:37 +08:00
parent beae79f448
commit 3effa5b326
14 changed files with 918 additions and 588 deletions
+2
View File
@@ -319,6 +319,8 @@ export interface Task {
enabled: boolean
last_run: string
next_run: string
created_at?: string
updated_at?: string
}
export interface RepoConfig {