mirror of
https://github.com/certd/certd.git
synced 2026-07-09 06:07:37 +08:00
v1.41.4
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.41.4](https://github.com/certd/certd/compare/v1.41.3...v1.41.4) (2026-06-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复设置里面不显示tab页签,导致某些页面需要点击查询按钮才有数据出来的bug ([c1b5a35](https://github.com/certd/certd/commit/c1b5a35f90a7d4b41397717b5c27905bc68e1bfb))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **plugin:** 增加 Dynadot DNS and access 插件 ([a3a215b](https://github.com/certd/certd/commit/a3a215b7ae2b90efcde91270ce4165bbfe77dc64))
|
||||
|
||||
## [1.41.3](https://github.com/certd/certd/compare/v1.41.2...v1.41.3) (2026-06-11)
|
||||
|
||||
**Note:** Version bump only for package @certd/ui-server
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
name: dynadot
|
||||
title: Dynadot授权
|
||||
desc: ''
|
||||
icon: simple-icons:dynatrace
|
||||
input:
|
||||
apiKey:
|
||||
title: API Key
|
||||
component:
|
||||
placeholder: api key
|
||||
helper: >-
|
||||
前往 [Dynadot
|
||||
API设置](https://www.dynadot.cn/zh/account/domain/setting/api.html) 获取API
|
||||
Key
|
||||
required: true
|
||||
encrypt: true
|
||||
apiSecret:
|
||||
title: API Secret
|
||||
component:
|
||||
name: a-input-password
|
||||
vModel: value
|
||||
placeholder: api secret
|
||||
helper: >-
|
||||
前往 [Dynadot
|
||||
API设置](https://www.dynadot.cn/zh/account/domain/setting/api.html) 获取API
|
||||
Secret
|
||||
required: true
|
||||
encrypt: true
|
||||
testRequest:
|
||||
title: 测试
|
||||
component:
|
||||
name: api-test
|
||||
action: TestRequest
|
||||
helper: 点击测试接口是否正常
|
||||
pluginType: access
|
||||
type: builtIn
|
||||
scriptFilePath: /plugins/plugin-dynadot/access.js
|
||||
@@ -0,0 +1,8 @@
|
||||
name: dynadot
|
||||
title: Dynadot
|
||||
desc: Dynadot DNS提供商
|
||||
icon: simple-icons:dynatrace
|
||||
accessType: dynadot
|
||||
pluginType: dnsProvider
|
||||
type: builtIn
|
||||
scriptFilePath: /plugins/plugin-dynadot/dns-provider.js
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.41.3",
|
||||
"version": "1.41.4",
|
||||
"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.41.3",
|
||||
"@certd/basic": "^1.41.3",
|
||||
"@certd/commercial-core": "^1.41.3",
|
||||
"@certd/jdcloud": "^1.41.3",
|
||||
"@certd/lib-huawei": "^1.41.3",
|
||||
"@certd/lib-k8s": "^1.41.3",
|
||||
"@certd/lib-server": "^1.41.3",
|
||||
"@certd/midway-flyway-js": "^1.41.3",
|
||||
"@certd/pipeline": "^1.41.3",
|
||||
"@certd/plugin-cert": "^1.41.3",
|
||||
"@certd/plugin-lib": "^1.41.3",
|
||||
"@certd/plugin-plus": "^1.41.3",
|
||||
"@certd/plus-core": "^1.41.3",
|
||||
"@certd/acme-client": "^1.41.4",
|
||||
"@certd/basic": "^1.41.4",
|
||||
"@certd/commercial-core": "^1.41.4",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.2",
|
||||
"@certd/jdcloud": "^1.41.4",
|
||||
"@certd/lib-huawei": "^1.41.4",
|
||||
"@certd/lib-k8s": "^1.41.4",
|
||||
"@certd/lib-server": "^1.41.4",
|
||||
"@certd/midway-flyway-js": "^1.41.4",
|
||||
"@certd/pipeline": "^1.41.4",
|
||||
"@certd/plugin-cert": "^1.41.4",
|
||||
"@certd/plugin-lib": "^1.41.4",
|
||||
"@certd/plugin-plus": "^1.41.4",
|
||||
"@certd/plus-core": "^1.41.4",
|
||||
"@google-cloud/dns": "^5.3.1",
|
||||
"@google-cloud/publicca": "^1.3.0",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "3.1.185",
|
||||
|
||||
Reference in New Issue
Block a user