From 197d816bbbfc833e063ba6550ec40b92a6e867eb Mon Sep 17 00:00:00 2001 From: net909 Date: Fri, 27 Dec 2024 13:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DGoedge=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/DeployHelper.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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',