diff --git a/app/lib/DeployHelper.php b/app/lib/DeployHelper.php index 52709d4..21c4c3e 100644 --- a/app/lib/DeployHelper.php +++ b/app/lib/DeployHelper.php @@ -259,16 +259,6 @@ class DeployHelper 'note' => '需要先开启HTTP API端口', 'tasknote' => '系统会根据关联SSL证书的域名,自动更新对应证书', 'inputs' => [ - 'systype' => [ - 'name' => '系统类型', - 'type' => 'radio', - 'options' => [ - '0' => 'GoEdge', - '1' => 'FlexCDN', - ], - 'value' => '0', - 'required' => true, - ], 'url' => [ 'name' => 'HTTP API地址', 'type' => 'input', @@ -298,6 +288,16 @@ class DeployHelper 'value' => 'user', 'required' => true, ], + 'systype' => [ + 'name' => '系统类型', + 'type' => 'radio', + 'options' => [ + '0' => 'GoEdge', + '1' => 'FlexCDN', + ], + 'value' => '0', + 'required' => true, + ], 'proxy' => [ 'name' => '使用代理服务器', 'type' => 'radio',