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
+4
View File
@@ -78,6 +78,10 @@ const (
TaskTypeNormal = "task"
TaskTypeRepo = "repo"
// 触发类型
TriggerTypeCron = "cron"
TriggerTypeBaihuStartup = "baihu_startup"
// Agent 状态
AgentStatusOnline = "online"
AgentStatusOffline = "offline"