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
+6
View File
@@ -34,6 +34,12 @@ export const TASK_TYPE = {
REPO: 'repo',
} as const
// 触发类型
export const TRIGGER_TYPE = {
CRON: 'cron',
BAIHU_STARTUP: 'baihu_startup',
} as const
// Agent 状态
export const AGENT_STATUS = {
ONLINE: 'online',