Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev

This commit is contained in:
xiaojunnuo
2025-10-30 15:08:20 +08:00
34 changed files with 140 additions and 59 deletions
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.37.4](https://github.com/certd/certd/compare/v1.37.3...v1.37.4) (2025-10-28)
### Bug Fixes
* 修复站点证书监控复制按钮无效的bug ([efa26a0](https://github.com/certd/certd/commit/efa26a067f06402f30befc016d9934cadcd5a563))
## [1.37.3](https://github.com/certd/certd/compare/v1.37.2...v1.37.3) (2025-10-24)
### Performance Improvements
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.37.3",
"version": "1.37.4",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -106,8 +106,8 @@
"zod-defaults": "^0.1.3"
},
"devDependencies": {
"@certd/lib-iframe": "^1.37.3",
"@certd/pipeline": "^1.37.3",
"@certd/lib-iframe": "^1.37.4",
"@certd/pipeline": "^1.37.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",
@@ -33,6 +33,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
const addRequest = async (req: AddReq) => {
const { form } = req;
delete form.id;
const res = await api.AddObj(form);
return res;
};
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.37.4](https://github.com/certd/certd/compare/v1.37.3...v1.37.4) (2025-10-28)
### Performance Improvements
* 优化数据备份效率,流式写入文件 ([c38dbbb](https://github.com/certd/certd/commit/c38dbbb1d72bd00a92fe275b76aea82a791e7199))
## [1.37.3](https://github.com/certd/certd/compare/v1.37.2...v1.37.3) (2025-10-24)
### Bug Fixes
+14 -14
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.37.3",
"version": "1.37.4",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -45,20 +45,20 @@
"@aws-sdk/client-cloudfront": "^3.699.0",
"@aws-sdk/client-iam": "^3.699.0",
"@aws-sdk/client-s3": "^3.705.0",
"@certd/acme-client": "^1.37.3",
"@certd/basic": "^1.37.3",
"@certd/commercial-core": "^1.37.3",
"@certd/acme-client": "^1.37.4",
"@certd/basic": "^1.37.4",
"@certd/commercial-core": "^1.37.4",
"@certd/cv4pve-api-javascript": "^8.4.2",
"@certd/jdcloud": "^1.37.3",
"@certd/lib-huawei": "^1.37.3",
"@certd/lib-k8s": "^1.37.3",
"@certd/lib-server": "^1.37.3",
"@certd/midway-flyway-js": "^1.37.3",
"@certd/pipeline": "^1.37.3",
"@certd/plugin-cert": "^1.37.3",
"@certd/plugin-lib": "^1.37.3",
"@certd/plugin-plus": "^1.37.3",
"@certd/plus-core": "^1.37.3",
"@certd/jdcloud": "^1.37.4",
"@certd/lib-huawei": "^1.37.4",
"@certd/lib-k8s": "^1.37.4",
"@certd/lib-server": "^1.37.4",
"@certd/midway-flyway-js": "^1.37.4",
"@certd/pipeline": "^1.37.4",
"@certd/plugin-cert": "^1.37.4",
"@certd/plugin-lib": "^1.37.4",
"@certd/plugin-plus": "^1.37.4",
"@certd/plus-core": "^1.37.4",
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
"@koa/cors": "^5.0.0",