fix: init envs

This commit is contained in:
jialin
2026-01-30 20:48:55 +08:00
committed by Lawrence Li
parent 56985be26b
commit 507b0e44d5
9 changed files with 59 additions and 140 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const builtInBackendLogos: Record<string, string> = {
export const BackendSourceValueMap = {
CUSTOM: 'custom',
BUILTIN: 'built-in',
BUILTIN: 'built_in',
COMMUNITY: 'community',
USER_DEFINED: 'user_defined'
};