feat: add env display control

This commit is contained in:
engigu
2026-02-10 15:02:52 +08:00
parent 1845002f9d
commit 1810cd41e3
5 changed files with 65 additions and 19 deletions
+1
View File
@@ -295,6 +295,7 @@ export interface EnvVar {
name: string
value: string
remark: string
hidden: boolean
}
export interface EnvListResponse {