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
+23
View File
@@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.41.0](https://github.com/certd/certd/compare/v1.40.5...v1.41.0) (2026-06-04)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([41254d1](https://github.com/certd/certd/commit/41254d10b748a2d3e6ba43c7e11411650c748d1b))
* **monitor:** 修复开放接口自动创建证书流水线重复触发和等待时间不足的问题 ([91d5c90](https://github.com/certd/certd/commit/91d5c90eb0eaf65c81dddbd2d4d4b404cb8b4d07))
* **pipeline:** 修复批量随机修改定时没有生效的bug ([2e19dda](https://github.com/certd/certd/commit/2e19dda72e70b525a7c269e18e963a5ee602f59f))
### Features
* 商业版支持邀请返佣功能 ([f9a310b](https://github.com/certd/certd/commit/f9a310b6c3bbf30f221482a0c59e9c30080bdfc8))
* 商业版支持邀请推广功能 ([f1d2a10](https://github.com/certd/certd/commit/f1d2a1033a0f8d3dbd91fc9793e07bd0b858b539))
* 新增管理员针对用户流水线和证书监控管理功能 ([0211552](https://github.com/certd/certd/commit/021155278e7375f8487b0531ed1b5ad52512f007))
* 新增套餐激活码功能,通过CDK兑换套餐 ([81d6289](https://github.com/certd/certd/commit/81d6289a8631b073b49f24dee4b14bb1c8f31071))
* 新增推广等级激励功能 ([5096df5](https://github.com/certd/certd/commit/5096df5cc0d8f0ad8aa327b8e2a900ba23714bd8))
* 新增证书申请参数模版管理,开放接口支持使用证书参数模版和指定证书申请参数 ([f8b71a0](https://github.com/certd/certd/commit/f8b71a0e612fad527cf49136335e0b46f0f379cd))
* 支持dns-persist-01持久化验证方式申请证书,优化Acme账号的存储方式 ([67b05e2](https://github.com/certd/certd/commit/67b05e2d75e96b9f855e1ca0b3d0d8d03b92d8e6))
### Performance Improvements
* 商业版提现增加收款二维码上传 ([83a5a21](https://github.com/certd/certd/commit/83a5a21f956e50942541f1532f3a8dcaa5821d34))
* **aliyun-apig:** 优化阿里云API网关部署插件的查询及翻页 ([3e4b7f3](https://github.com/certd/certd/commit/3e4b7f30ac6f3c976c8274bdf256c69b8a2c46db))
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
@@ -113,6 +113,10 @@ input:
action: GenerateAccount
buttonText: 生成ACME账号
successMessage: ACME账号已生成,请保存授权配置
type: textarea
rows: 4
col:
span: 24
required: true
helper: 请生成ACME账号,账号一旦生成不允许修改
encrypt: true
@@ -120,10 +124,18 @@ input:
return {
component: {
disabled: ctx.compute(({form})=> !!form.access?.account)
disabled: ctx.compute(({form})=> !!form.access?.account && !form.access?.editAccount)
}
}
editAccount:
title: 修改ACME账号
component:
name: a-switch
vModel: checked
required: false
helper: 是否开启修改ACME账号,注意,开启后,会影响DNS持久验证记录
encrypt: false
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-cert/access/acme-account-access.js
@@ -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
@@ -78,14 +78,14 @@ input:
groupId:
title: API分组
component:
name: remote-auto-complete
name: remote-select
vModel: value
mode: tags
type: plugin
action: onGetGroupList
search: false
pager: false
single: false
single: true
watches:
- certDomains
- accessId
@@ -92,8 +92,8 @@ input:
mode: tags
type: plugin
action: onGetDomainList
search: false
pager: false
search: true
pager: true
single: false
watches:
- certDomains
+14 -14
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.40.5",
"version": "1.41.0",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -54,20 +54,20 @@
"@aws-sdk/client-sts": "^3.990.0",
"@azure/arm-dns": "^5.1.0",
"@azure/identity": "^4.13.1",
"@certd/acme-client": "^1.40.5",
"@certd/basic": "^1.40.5",
"@certd/commercial-core": "^1.40.5",
"@certd/acme-client": "^1.41.0",
"@certd/basic": "^1.41.0",
"@certd/commercial-core": "^1.41.0",
"@certd/cv4pve-api-javascript": "^8.4.2",
"@certd/jdcloud": "^1.40.5",
"@certd/lib-huawei": "^1.40.5",
"@certd/lib-k8s": "^1.40.5",
"@certd/lib-server": "^1.40.5",
"@certd/midway-flyway-js": "^1.40.5",
"@certd/pipeline": "^1.40.5",
"@certd/plugin-cert": "^1.40.5",
"@certd/plugin-lib": "^1.40.5",
"@certd/plugin-plus": "^1.40.5",
"@certd/plus-core": "^1.40.5",
"@certd/jdcloud": "^1.41.0",
"@certd/lib-huawei": "^1.41.0",
"@certd/lib-k8s": "^1.41.0",
"@certd/lib-server": "^1.41.0",
"@certd/midway-flyway-js": "^1.41.0",
"@certd/pipeline": "^1.41.0",
"@certd/plugin-cert": "^1.41.0",
"@certd/plugin-lib": "^1.41.0",
"@certd/plugin-plus": "^1.41.0",
"@certd/plus-core": "^1.41.0",
"@google-cloud/dns": "^5.3.1",
"@google-cloud/publicca": "^1.3.0",
"@huaweicloud/huaweicloud-sdk-cdn": "3.1.185",