chore: translate local deployment form

This commit is contained in:
Elvis Liao
2024-09-29 20:43:42 +08:00
parent 49fdf8213a
commit 85234b21c7
6 changed files with 38 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ export const accessTypeMap: Map<string, [string, string]> = new Map([
["qiniu", ["qiniu", "/imgs/providers/qiniu.svg"]],
["ssh", ["ssh", "/imgs/providers/ssh.svg"]],
["webhook", ["webhook", "/imgs/providers/webhook.svg"]],
["local", ["local", "/imgs/providers/local.svg"]],
["local", ["local.deployment", "/imgs/providers/local.svg"]],
]);
export const getProviderInfo = (t: string) => {