Compare commits

...

12 Commits

Author SHA1 Message Date
xiaojunnuo 7ceb0f6306 v1.40.5 2026-05-26 14:00:57 +08:00
xiaojunnuo b26a1944c6 build: prepare to build 2026-05-26 13:31:45 +08:00
xiaojunnuo 235aec3e42 chore: 1 2026-05-26 13:29:12 +08:00
xiaojunnuo 346fb730a3 fix: 修复查询阿里云cdn Dcdn 域名太多无法选择的bug 2026-05-26 12:30:58 +08:00
xiaojunnuo c87bc22a5f chore: package 2026-05-26 11:55:04 +08:00
xiaojunnuo 7198e24945 chore: 1 2026-05-26 11:54:04 +08:00
xiaojunnuo 1a08bd340e fix: 安装glibc,增加Alpine镜像下 dns解析结果的兼容性 2026-05-26 11:35:06 +08:00
xiaojunnuo af9047bf3c fix: 修复阿里云证书订单orderid 选择出错的问题 2026-05-26 11:28:14 +08:00
xiaojunnuo 9566fc4e03 chore: 阿里云订单优化只获取一个订单id 2026-05-26 11:28:07 +08:00
xiaojunnuo f721cefb4a build: release 2026-05-25 00:32:36 +08:00
xiaojunnuo fc2c947afe build: publish 2026-05-25 00:23:24 +08:00
xiaojunnuo d0272095cc build: trigger build image 2026-05-25 00:23:12 +08:00
129 changed files with 314 additions and 210 deletions
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 安装glibc,增加Alpine镜像下 dns解析结果的兼容性 ([1a08bd3](https://github.com/certd/certd/commit/1a08bd340e1e7d3f9acf5d40f7bba7998459b8fb))
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
* 修复查询阿里云cdn Dcdn 域名太多无法选择的bug ([346fb73](https://github.com/certd/certd/commit/346fb730a37e035576f5d9ea5c0d74c052b34aeb))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
### Bug Fixes ### Bug Fixes
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
### Bug Fixes
* **pipeline-service:** 修复流水线运行时超过套餐部署次数仍然能够正常运行的bug ([5e59651](https://github.com/certd/certd/commit/5e59651d45bc91919629e35995ff1b3cff6b87ea))
### Performance Improvements
* 商业版套餐只支持设置为可叠加 ([5e72f75](https://github.com/certd/certd/commit/5e72f75395fb632a30e80c07d35d8ba40ef631fa))
* 新增阿里云直播证书部署插件 ([8edb6f8](https://github.com/certd/certd/commit/8edb6f8727bd148f106801bef25567880fd35e9e))
## [1.40.3](https://github.com/certd/certd/compare/v1.40.2...v1.40.3) (2026-05-21) ## [1.40.3](https://github.com/certd/certd/compare/v1.40.2...v1.40.3) (2026-05-21)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -9,5 +9,5 @@
} }
}, },
"npmClient": "pnpm", "npmClient": "pnpm",
"version": "1.40.4" "version": "1.40.5"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/publishlab/node-acme-client/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/publishlab/node-acme-client/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
## [1.40.4](https://github.com/publishlab/node-acme-client/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/publishlab/node-acme-client/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/acme-client **Note:** Version bump only for package @certd/acme-client
+3 -3
View File
@@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client", "description": "Simple and unopinionated ACME client",
"private": false, "private": false,
"author": "nmorsman", "author": "nmorsman",
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"module": "./dist/index.js", "module": "./dist/index.js",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -18,7 +18,7 @@
"types" "types"
], ],
"dependencies": { "dependencies": {
"@certd/basic": "^1.40.4", "@certd/basic": "^1.40.5",
"@peculiar/x509": "^1.11.0", "@peculiar/x509": "^1.11.0",
"asn1js": "^3.0.5", "asn1js": "^3.0.5",
"axios": "^1.9.0", "axios": "^1.9.0",
@@ -76,5 +76,5 @@
"bugs": { "bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues" "url": "https://github.com/publishlab/node-acme-client/issues"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
**Note:** Version bump only for package @certd/basic
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/basic **Note:** Version bump only for package @certd/basic
+1 -1
View File
@@ -1 +1 @@
00:18 13:31
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/basic", "name": "@certd/basic",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -52,5 +52,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/pipeline **Note:** Version bump only for package @certd/pipeline
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/pipeline", "name": "@certd/pipeline",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -19,8 +19,8 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.40.4", "@certd/basic": "^1.40.5",
"@certd/plus-core": "^1.40.4", "@certd/plus-core": "^1.40.5",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
@@ -49,5 +49,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
**Note:** Version bump only for package @certd/lib-huawei
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/lib-huawei **Note:** Version bump only for package @certd/lib-huawei
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-huawei", "name": "@certd/lib-huawei",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
"types": "./dist/d/index.d.ts", "types": "./dist/d/index.d.ts",
@@ -27,5 +27,5 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"tslib": "^2.8.1" "tslib": "^2.8.1"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
**Note:** Version bump only for package @certd/lib-iframe
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/lib-iframe **Note:** Version bump only for package @certd/lib-iframe
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-iframe", "name": "@certd/lib-iframe",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -34,5 +34,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
**Note:** Version bump only for package @certd/jdcloud
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/jdcloud **Note:** Version bump only for package @certd/jdcloud
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/jdcloud", "name": "@certd/jdcloud",
"version": "1.40.4", "version": "1.40.5",
"description": "jdcloud openApi sdk", "description": "jdcloud openApi sdk",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
@@ -59,5 +59,5 @@
"fetch" "fetch"
] ]
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
**Note:** Version bump only for package @certd/lib-k8s
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/lib-k8s **Note:** Version bump only for package @certd/lib-k8s
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-k8s", "name": "@certd/lib-k8s",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -19,7 +19,7 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.40.4", "@certd/basic": "^1.40.5",
"@kubernetes/client-node": "0.21.0" "@kubernetes/client-node": "0.21.0"
}, },
"devDependencies": { "devDependencies": {
@@ -36,5 +36,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
### Performance Improvements ### Performance Improvements
+7 -7
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/lib-server", "name": "@certd/lib-server",
"version": "1.40.4", "version": "1.40.5",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -29,11 +29,11 @@
], ],
"license": "AGPL", "license": "AGPL",
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.40.4", "@certd/acme-client": "^1.40.5",
"@certd/basic": "^1.40.4", "@certd/basic": "^1.40.5",
"@certd/pipeline": "^1.40.4", "@certd/pipeline": "^1.40.5",
"@certd/plugin-lib": "^1.40.4", "@certd/plugin-lib": "^1.40.5",
"@certd/plus-core": "^1.40.4", "@certd/plus-core": "^1.40.5",
"@midwayjs/cache": "3.14.0", "@midwayjs/cache": "3.14.0",
"@midwayjs/core": "3.20.11", "@midwayjs/core": "3.20.11",
"@midwayjs/i18n": "3.20.13", "@midwayjs/i18n": "3.20.13",
@@ -69,5 +69,5 @@
"typeorm": "^0.3.11", "typeorm": "^0.3.11",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
**Note:** Version bump only for package @certd/midway-flyway-js
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/midway-flyway-js **Note:** Version bump only for package @certd/midway-flyway-js
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/midway-flyway-js", "name": "@certd/midway-flyway-js",
"version": "1.40.4", "version": "1.40.5",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -49,5 +49,5 @@
"typeorm": "^0.3.11", "typeorm": "^0.3.11",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
**Note:** Version bump only for package @certd/plugin-cert **Note:** Version bump only for package @certd/plugin-cert
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-cert", "name": "@certd/plugin-cert",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -18,10 +18,10 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.40.4", "@certd/acme-client": "^1.40.5",
"@certd/basic": "^1.40.4", "@certd/basic": "^1.40.5",
"@certd/pipeline": "^1.40.4", "@certd/pipeline": "^1.40.5",
"@certd/plugin-lib": "^1.40.4", "@certd/plugin-lib": "^1.40.5",
"psl": "^1.9.0", "psl": "^1.9.0",
"punycode.js": "^2.3.1" "punycode.js": "^2.3.1"
}, },
@@ -41,5 +41,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
### Performance Improvements ### Performance Improvements
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-lib", "name": "@certd/plugin-lib",
"private": false, "private": false,
"version": "1.40.4", "version": "1.40.5",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -23,10 +23,10 @@
"@alicloud/pop-core": "^1.7.10", "@alicloud/pop-core": "^1.7.10",
"@alicloud/tea-util": "^1.4.11", "@alicloud/tea-util": "^1.4.11",
"@aws-sdk/client-s3": "^3.964.0", "@aws-sdk/client-s3": "^3.964.0",
"@certd/acme-client": "^1.40.4", "@certd/acme-client": "^1.40.5",
"@certd/basic": "^1.40.4", "@certd/basic": "^1.40.5",
"@certd/pipeline": "^1.40.4", "@certd/pipeline": "^1.40.5",
"@certd/plus-core": "^1.40.4", "@certd/plus-core": "^1.40.5",
"@kubernetes/client-node": "0.21.0", "@kubernetes/client-node": "0.21.0",
"ali-oss": "^6.22.0", "ali-oss": "^6.22.0",
"basic-ftp": "^5.0.5", "basic-ftp": "^5.0.5",
@@ -61,5 +61,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "01c91ba294f88bd07fddf9358c4301bbb4027916" "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
} }
@@ -34,7 +34,7 @@ describe("plugin-lib common util", () => {
title: "选择资源", title: "选择资源",
action: "ListResource", action: "ListResource",
typeName: "resource", typeName: "resource",
multi: false, single: true,
search: true, search: true,
watches: ["region"], watches: ["region"],
}); });
@@ -46,8 +46,8 @@ describe("plugin-lib common util", () => {
vModel: "value", vModel: "value",
action: "ListResource", action: "ListResource",
typeName: "resource", typeName: "resource",
mode: "default", mode: "tags",
multi: false, single: true,
search: true, search: true,
}); });
expect(define.component.watches).to.deep.equal(["certDomains", "accessId", "region"]); expect(define.component.watches).to.deep.equal(["certDomains", "accessId", "region"]);
@@ -35,7 +35,7 @@ export function createRemoteSelectInputDefine(opts?: {
helper?: string; helper?: string;
formItem?: any; formItem?: any;
mode?: string; mode?: string;
multi?: boolean; single?: boolean;
required?: boolean; required?: boolean;
rules?: any; rules?: any;
mergeScript?: string; mergeScript?: string;
@@ -59,11 +59,8 @@ export function createRemoteSelectInputDefine(opts?: {
const helper = opts?.helper || "请选择"; const helper = opts?.helper || "请选择";
const search = opts?.search ?? false; const search = opts?.search ?? false;
const pager = opts?.pager ?? false; const pager = opts?.pager ?? false;
let mode = "default"; const mode = "tags";
const multi = opts?.multi ?? true; const single = opts?.single ?? false;
if (multi) {
mode = "tags";
}
const item = { const item = {
title, title,
component: { component: {
@@ -75,7 +72,7 @@ export function createRemoteSelectInputDefine(opts?: {
action, action,
search, search,
pager, pager,
multi, single,
pageSize: opts?.pageSize, pageSize: opts?.pageSize,
watches: [certDomainsInputKey, accessIdInputKey, ...watches], watches: [certDomainsInputKey, accessIdInputKey, ...watches],
uploadCert: opts?.uploadCert, uploadCert: opts?.uploadCert,
+1
View File
@@ -36,6 +36,7 @@ EXPOSE 7002
RUN apk add --no-cache openssl RUN apk add --no-cache openssl
RUN apk add --no-cache openjdk8 RUN apk add --no-cache openjdk8
RUN apk add --no-cache gcompat
WORKDIR /app/ WORKDIR /app/
COPY --from=builder /workspace/certd-server/ /app/ COPY --from=builder /workspace/certd-server/ /app/
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
### Performance Improvements ### Performance Improvements
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/ui-client", "name": "@certd/ui-client",
"version": "1.40.4", "version": "1.40.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --open", "dev": "vite --open",
@@ -106,8 +106,8 @@
"zod-defaults": "^0.1.3" "zod-defaults": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"@certd/lib-iframe": "^1.40.4", "@certd/lib-iframe": "^1.40.5",
"@certd/pipeline": "^1.40.4", "@certd/pipeline": "^1.40.5",
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12", "@types/chai": "^4.3.12",
@@ -69,7 +69,7 @@ const props = defineProps<
watches?: string[]; watches?: string[];
search?: boolean; search?: boolean;
pager?: boolean; pager?: boolean;
multi?: boolean; single?: boolean;
pageSize?: number; pageSize?: number;
uploadCert?: UploadCertProps; uploadCert?: UploadCertProps;
} & ComponentPropsType } & ComponentPropsType
@@ -79,15 +79,15 @@ const emit = defineEmits<{
}>(); }>();
function updateValue(value: any) { function updateValue(value: any) {
// if (props.multi !== false) { if (props.single === true) {
// emit("update:value", value); const last = value?.[value.length - 1];
// } else { emit("update:value", last);
// const last = value?.[value.length - 1]; selectRef.value.blur();
// emit("update:value", last); } else {
// selectRef.value.blur(); emit("update:value", value);
// } }
emit("update:value", value); // emit("update:value", value);
} }
const attrs = useAttrs(); const attrs = useAttrs();
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.40.5](https://github.com/certd/certd/compare/v1.40.4...v1.40.5) (2026-05-26)
### Bug Fixes
* 修复阿里云证书订单orderid 选择出错的问题 ([af9047b](https://github.com/certd/certd/commit/af9047bf3c54ce71b11727ccc6220288ed1f57be))
* 修复查询阿里云cdn Dcdn 域名太多无法选择的bug ([346fb73](https://github.com/certd/certd/commit/346fb730a37e035576f5d9ea5c0d74c052b34aeb))
## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24) ## [1.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
### Bug Fixes ### Bug Fixes
@@ -54,7 +54,7 @@ input:
action: onGetNodes action: onGetNodes
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -54,7 +54,7 @@ input:
action: onGetNodes action: onGetNodes
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -83,7 +83,7 @@ input:
action: onGetSSLIds action: onGetSSLIds
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetWebsiteList action: onGetWebsiteList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -66,13 +66,13 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default mode: tags
type: plugin type: plugin
typeName: AliyunDeployCertToALB typeName: AliyunDeployCertToALB
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false single: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -101,7 +101,7 @@ input:
action: onGetLoadBalanceList action: onGetLoadBalanceList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -130,7 +130,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -116,7 +116,7 @@ input:
action: onGetProductList action: onGetProductList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -146,7 +146,7 @@ input:
action: onGetContactList action: onGetContactList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -80,7 +80,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -111,7 +111,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -62,12 +62,12 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default mode: tags
type: plugin type: plugin
action: onGetAcceleratorList action: onGetAcceleratorList
search: false search: false
pager: false pager: false
multi: false single: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -95,7 +95,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -137,7 +137,7 @@ input:
action: onGetAdditionalDomainList action: onGetAdditionalDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -66,13 +66,13 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default mode: tags
type: plugin type: plugin
typeName: AliyunDeployCertToNLB typeName: AliyunDeployCertToNLB
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false single: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -101,7 +101,7 @@ input:
action: onGetLoadBalanceList action: onGetLoadBalanceList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -130,7 +130,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -66,12 +66,12 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default mode: tags
type: plugin type: plugin
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false single: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -99,7 +99,7 @@ input:
action: onGetLoadBalanceList action: onGetLoadBalanceList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -127,7 +127,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -169,7 +169,7 @@ input:
action: onGetExtensionDomainList action: onGetExtensionDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -68,7 +68,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: true search: true
pager: true pager: true
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,7 +84,7 @@ input:
action: onGetCnameList action: onGetCnameList
search: true search: true
pager: true pager: true
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,7 +84,7 @@ input:
action: onGetCloudResourceList action: onGetCloudResourceList
search: true search: true
pager: true pager: true
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -71,7 +71,7 @@ input:
action: onGetDistributions action: onGetDistributions
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -133,7 +133,7 @@ input:
action: onGetDistributions action: onGetDistributions
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -63,7 +63,7 @@ input:
action: onGetCertList action: onGetCertList
search: true search: true
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -92,7 +92,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: true search: true
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -80,7 +80,7 @@ input:
action: onGetOrderList action: onGetOrderList
search: false search: false
pager: true pager: true
multi: true single: true
pageSize: 50 pageSize: 50
watches: watches:
- certDomains - certDomains
@@ -51,7 +51,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -76,7 +76,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -101,7 +101,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -56,7 +56,7 @@ input:
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -85,7 +85,7 @@ input:
action: onGetGroupList action: onGetGroupList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -114,7 +114,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,7 +53,7 @@ input:
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -94,7 +94,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -98,9 +98,10 @@ input:
type: plugin type: plugin
typeName: DeployCertToAliyunCDN typeName: DeployCertToAliyunCDN
action: onGetDomainList action: onGetDomainList
search: false search: true
pager: true pager: true
multi: true single: false
pageSize: 100
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -68,9 +68,10 @@ input:
mode: tags mode: tags
type: plugin type: plugin
action: onGetDomainList action: onGetDomainList
search: false search: true
pager: true pager: true
multi: true single: false
pageSize: 100
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -71,7 +71,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: true search: true
pager: true pager: true
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -149,7 +149,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -88,7 +88,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,7 +53,7 @@ input:
action: onGetZoneList action: onGetZoneList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -82,7 +82,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,7 +53,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetServerList action: onGetServerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -50,7 +50,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -56,7 +56,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -61,7 +61,7 @@ input:
action: onGetCertList action: onGetCertList
search: true search: true
pager: true pager: true
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -63,7 +63,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -50,13 +50,13 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default mode: tags
type: plugin type: plugin
typeName: HauweiDeployCertToELB typeName: HauweiDeployCertToELB
action: onGetProjectList action: onGetProjectList
search: false search: false
pager: false pager: false
multi: false single: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,7 +84,7 @@ input:
action: onGetCertList action: onGetCertList
search: true search: true
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -56,7 +56,7 @@ input:
action: onGetBucketList action: onGetBucketList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -83,7 +83,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,7 +53,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,7 +53,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -37,7 +37,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -26,7 +26,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -27,7 +27,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -50,7 +50,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -35,7 +35,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,7 +52,7 @@ input:
action: onGetProxyHostOptions action: onGetProxyHostOptions
search: true search: true
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,7 +52,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -34,7 +34,7 @@ input:
action: onGetNodeList action: onGetNodeList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,7 +53,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -54,7 +54,7 @@ input:
action: onGetCertIds action: onGetCertIds
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -85,7 +85,7 @@ input:
action: onGetInstanceList action: onGetInstanceList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -54,7 +54,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -28,7 +28,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,7 +52,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,7 +52,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -46,12 +46,12 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default mode: tags
type: plugin type: plugin
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false single: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -78,7 +78,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetBucketList action: onGetBucketList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -78,7 +78,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,7 +51,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,7 +52,7 @@ input:
action: onGetCdnList action: onGetCdnList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -74,7 +74,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -68,7 +68,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,7 +84,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true single: false
watches: watches:
- certDomains - certDomains
- accessId - accessId

Some files were not shown because too many files have changed in this diff Show More