diff --git a/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts b/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts index f9c7c951..8bb3c3e1 100644 --- a/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts @@ -31,6 +31,7 @@ export class HostShellExecutePlugin extends AbstractTaskPlugin { vModel: 'value', rows: 6, }, + helper:"注意:如果目标主机是windows,且终端是cmd,系统会自动将多行命令通过“&&”连接成一行", required: true, }) script!: string;