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': 'Form Mode',
'backend.mode.yaml': 'YAML Mode',
'backend.form.healthCheckPath': 'Health Check Path',
'backend.form.defaultEntrypoint': 'Default Image Entrypoint',
'backend.form.defaultExecuteCommand': 'Default Execution Command',
'backend.form.defaultExecuteCommand.tips': `'{{'model_path'}}', '{{'port'}}', '{{'worker_ip'}}' and '{{'model_name'}}' are placeholders that will be substituted with the actual values during deployment.`,
'backend.form.defaultBackendParameters': 'Default Backend Parameters',