This commit is contained in:
xiaojunnuo
2026-06-04 12:25:23 +08:00
parent ee50458333
commit d368f9666a
32 changed files with 211 additions and 54 deletions
@@ -106,9 +106,10 @@ input:
onSelectedChange: ctx.compute(({form})=>{
return ($event)=>{
form.dnsProviderAccessType = $event.accessType
form.dnsProviderAccess = null
}
})
}
},
}
required: true
@@ -206,10 +207,20 @@ input:
- value: letsencrypt_staging
label: Let's Encrypt测试环境(仅供测试)
icon: simple-icons:letsencrypt
mergeScript: |-
return {
component:{
onSelectedChange: ctx.compute(({form})=>{
return ($event)=>{
form.acmeAccountAccessId = null
}
})
}
}
helper: |-
Let's Encrypt:申请最简单
Google:大厂光环,兼容性好,仅首次需要翻墙获取EAB授权
ZeroSSL:需要EAB授权,无需翻墙
Google:大厂光环,兼容性好,仅首次需要翻墙获取EAB授权,无需翻墙
SSL.com:仅主域名和www免费,必须设置CAA记录
required: true
order: 0