This commit is contained in:
xiaojunnuo
2026-04-11 23:46:27 +08:00
parent 59e5c76286
commit 112a565bf7
31 changed files with 165 additions and 47 deletions
@@ -23,7 +23,7 @@ input:
component:
name: api-test
action: TestRequest
helper: 测试 API 连接是否正常
helper: 测试 API 连接是否正常,需要域名查询权限
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-spaceship/access.js
@@ -72,6 +72,22 @@ input:
helper: 要更新的1Panel证书的节点信息,目前只有v2存在此概念
order: 0
sslMode:
title: SSL模式
helper: SSL模式,只有2.1.x以上版本才支持,旧版本保持默认即可
component:
name: a-select
vMode: value
options:
- label: 启用SSL(旧版本)
value: enable
- label: Strict模式(>=2.1.x)
value: Enable
- label: Mux模式(>=2.1.x)
value: Mux
value: enable
required: true
order: 0
output: {}
pluginType: deploy
type: builtIn
@@ -88,6 +88,7 @@ input:
- certDomains
- accessId
- accessId
uploadCert: {}
required: true
mergeScript: |2-