feat: add multi env setting support

This commit is contained in:
engigu
2026-02-13 19:26:20 +08:00
parent 8a52be9241
commit 3ab1ddc03a
13 changed files with 322 additions and 302 deletions
+1 -2
View File
@@ -271,8 +271,7 @@ export interface Task {
work_dir: string
clean_config: string
envs: string
language: string
lang_version: string
languages: { name: string; version: string }[]
agent_id: number | null
enabled: boolean
last_run: string