chore: secret web constat define

This commit is contained in:
engigu
2026-03-27 15:23:32 +08:00
parent 8ac4ca4739
commit 2a7677e9f8
3 changed files with 37 additions and 25 deletions
+6
View File
@@ -45,3 +45,9 @@ export const AGENT_STATUS = {
ONLINE: 'online',
OFFLINE: 'offline',
} as const
// 环境变量类型
export const ENV_TYPE = {
NORMAL: 'normal',
SECRET: 'secret',
} as const