fix: separate server deployment mode inputs

This commit is contained in:
npc0-hue
2026-07-24 19:38:46 +08:00
parent ab943536b0
commit 6cfd929f7f
7 changed files with 24 additions and 5 deletions
@@ -21,6 +21,10 @@ The management console SHALL show only the deployment inputs needed by the selec
- **WHEN** an operator chooses existing-server deployment
- **THEN** the console requests the existing server directory and does not render installation or custom command inputs
#### Scenario: Configure a new installation
- **WHEN** an operator chooses guided-install deployment
- **THEN** the console labels the optional target as an installation directory, renders the plugin's game configuration fields, and does not present it as an existing-server adoption path
#### Scenario: Configure a custom launcher
- **WHEN** an operator chooses custom-command deployment
- **THEN** the console renders the required startup command and optional advanced execution directory, shell, install, stop, and status inputs