chore: backend default command

This commit is contained in:
jialin
2026-05-07 18:26:48 +08:00
committed by jialin
parent e1b28b01df
commit a2d5d55518
8 changed files with 62 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ export default {
'backend.mode.form': '表单模式',
'backend.mode.yaml': 'YAML 模式',
'backend.form.healthCheckPath': '健康检查路径',
'backend.form.defaultEntrypoint': '默认镜像入口命令',
'backend.form.defaultExecuteCommand': '默认执行命令',
'backend.form.defaultExecuteCommand.tips': `'{{'model_path'}}'、'{{'port'}}'、'{{'worker_ip'}}' 和 '{{'model_name'}}' 都是占位符,在部署过程中会被替换为实际的值。`,
'backend.form.defaultBackendParameters': '默认后端参数',