mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-05-09 07:06:26 +02:00
修复Goedge账号添加
This commit is contained in:
@@ -259,16 +259,6 @@ class DeployHelper
|
||||
'note' => '需要先<a href="https://goedge.cloud/docs/API/Settings.md" target="_blank" rel="noreferrer">开启HTTP API端口</a>',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user