网宿部署增加产品字段,方便后续扩充其他产品线

This commit is contained in:
Hanada 2025-05-11 21:12:38 +08:00
parent 0752f07f7d
commit 333aacaab9

View File

@ -1244,6 +1244,15 @@ class DeployHelper
],
],
'taskinputs' => [
'product' => [
'name' => '要部署的产品',
'type' => 'select',
'options' => [
['value'=>'cdnpro', 'label'=>'CDN Pro']
],
'value' => 'cdnpro',
'required' => true,
],
'domain' => [
'name' => '绑定的域名',
'type' => 'input',