From 1dd9a8d4d331d1238841bad8a654c76c2395bf35 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 5 Sep 2024 11:00:21 +0800 Subject: [PATCH] docs: --- .../src/plugins/plugin-host/plugin/host-shell-execute/index.ts | 1 + 1 file changed, 1 insertion(+) 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;