修改提示

This commit is contained in:
net909 2025-04-07 21:38:47 +08:00
parent 9fb3764878
commit 1723761b94

View File

@ -1535,7 +1535,7 @@ class DeployHelper
'privatekey' => [
'name' => '私钥',
'type' => 'textarea',
'placeholder' => '填写私钥内容',
'placeholder' => '填写PEM格式私钥内容',
'required' => true,
'show' => 'auth==1',
],