feat: add env disenable

This commit is contained in:
engigu
2026-03-13 14:09:43 +08:00
parent a31c12d119
commit 709aa8104d
7 changed files with 72 additions and 18 deletions
+1
View File
@@ -377,6 +377,7 @@ export interface EnvVar {
value: string
remark: string
hidden: boolean
enabled: boolean
}
export interface EnvListResponse {