diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d557d9b3..1b1360ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +### Bug Fixes + +* 修复1panel2.1.0新版本测试失败的问题 ([8ef1f2e](https://github.com/certd/certd/commit/8ef1f2e395ea5969a95f55535e6c16a65e2b463b)) + +### Performance Improvements + +* 优化登陆页面的黑暗模式 ([e47edda](https://github.com/certd/certd/commit/e47eddaa858f8fffe7a40dfbd14e8cda1dcba4ac)) +* 支持自定义发件人名称,格式:名称<邮箱> ([bab9adc](https://github.com/certd/certd/commit/bab9adce240108d4291eedc67e04abc4a01019e0)) + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) ### Bug Fixes diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index 4d557d9b3..1b1360ea3 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +### Bug Fixes + +* 修复1panel2.1.0新版本测试失败的问题 ([8ef1f2e](https://github.com/certd/certd/commit/8ef1f2e395ea5969a95f55535e6c16a65e2b463b)) + +### Performance Improvements + +* 优化登陆页面的黑暗模式 ([e47edda](https://github.com/certd/certd/commit/e47eddaa858f8fffe7a40dfbd14e8cda1dcba4ac)) +* 支持自定义发件人名称,格式:名称<邮箱> ([bab9adc](https://github.com/certd/certd/commit/bab9adce240108d4291eedc67e04abc4a01019e0)) + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) ### Bug Fixes diff --git a/docs/guide/use/https/images/1.png b/docs/guide/use/https/images/1.png deleted file mode 100644 index 4973aa960..000000000 Binary files a/docs/guide/use/https/images/1.png and /dev/null differ diff --git a/docs/guide/use/https/images/2.png b/docs/guide/use/https/images/2.png deleted file mode 100644 index 1c2b15450..000000000 Binary files a/docs/guide/use/https/images/2.png and /dev/null differ diff --git a/docs/guide/use/https/images/3.png b/docs/guide/use/https/images/3.png deleted file mode 100644 index a4a42b1b9..000000000 Binary files a/docs/guide/use/https/images/3.png and /dev/null differ diff --git a/docs/guide/use/https/images/4.png b/docs/guide/use/https/images/4.png new file mode 100644 index 000000000..2d8ad74ab Binary files /dev/null and b/docs/guide/use/https/images/4.png differ diff --git a/docs/guide/use/https/images/ok.png b/docs/guide/use/https/images/ok.png index 4d52b2158..4279eeaab 100644 Binary files a/docs/guide/use/https/images/ok.png and b/docs/guide/use/https/images/ok.png differ diff --git a/docs/guide/use/https/index.md b/docs/guide/use/https/index.md index 893f9dfb5..0d8d65616 100644 --- a/docs/guide/use/https/index.md +++ b/docs/guide/use/https/index.md @@ -16,21 +16,11 @@ CERTD_HTTPS_port=7002 参考Certd顶部的创建证书流水线教程 -### 2、配置复制到本机任务 -将证书复制到certd的证书安装位置 -证书路径:`ssl/cert.crt` -私钥路径:`ssl/cert.key` +### 2、配置部署证书到certd任务 -![](./images/1.png) -![](./images/2.png) +![](./images/4.png) -### 3、配置重启Certd任务 -重启certd的https server,让证书生效 -![img.png](./images/3.png) - - - -### 4、配置定时任务 +### 3、配置定时任务 每天定时执行,最终效果如下 ![](./images/ok.png) diff --git a/lerna.json b/lerna.json index f4c285d10..80c0fd49d 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.38.10" + "version": "1.38.11" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index ac10c4708..a5ea494ca 100644 --- a/packages/core/acme-client/CHANGELOG.md +++ b/packages/core/acme-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/publishlab/node-acme-client/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/acme-client + ## [1.38.10](https://github.com/publishlab/node-acme-client/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/acme-client diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index ee94c0054..b3e26fea6 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -3,7 +3,7 @@ "description": "Simple and unopinionated ACME client", "private": false, "author": "nmorsman", - "version": "1.38.10", + "version": "1.38.11", "type": "module", "module": "scr/index.js", "main": "src/index.js", @@ -18,7 +18,7 @@ "types" ], "dependencies": { - "@certd/basic": "^1.38.10", + "@certd/basic": "^1.38.11", "@peculiar/x509": "^1.11.0", "asn1js": "^3.0.5", "axios": "^1.9.0", @@ -70,5 +70,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/core/basic/CHANGELOG.md b/packages/core/basic/CHANGELOG.md index a406eefb7..8edb6cbff 100644 --- a/packages/core/basic/CHANGELOG.md +++ b/packages/core/basic/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/basic + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) ### Performance Improvements diff --git a/packages/core/basic/build.md b/packages/core/basic/build.md index c6b8027b4..6b237f732 100644 --- a/packages/core/basic/build.md +++ b/packages/core/basic/build.md @@ -1 +1 @@ -00:20 +23:40 diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 5e15ab17f..ba84ebe44 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -1,7 +1,7 @@ { "name": "@certd/basic", "private": false, - "version": "1.38.10", + "version": "1.38.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -47,5 +47,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index c77126708..fa653a2f6 100644 --- a/packages/core/pipeline/CHANGELOG.md +++ b/packages/core/pipeline/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/pipeline + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) ### Bug Fixes diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 76bc68648..a695ea7e4 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -1,7 +1,7 @@ { "name": "@certd/pipeline", "private": false, - "version": "1.38.10", + "version": "1.38.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -18,8 +18,8 @@ "compile": "tsc --skipLibCheck --watch" }, "dependencies": { - "@certd/basic": "^1.38.10", - "@certd/plus-core": "^1.38.10", + "@certd/basic": "^1.38.11", + "@certd/plus-core": "^1.38.11", "dayjs": "^1.11.7", "lodash-es": "^4.17.21", "reflect-metadata": "^0.1.13" @@ -45,5 +45,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/libs/lib-huawei/CHANGELOG.md b/packages/libs/lib-huawei/CHANGELOG.md index 509ef044b..3b81b3b39 100644 --- a/packages/libs/lib-huawei/CHANGELOG.md +++ b/packages/libs/lib-huawei/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/lib-huawei + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/lib-huawei diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index 7e2414f3b..72a70a7da 100644 --- a/packages/libs/lib-huawei/package.json +++ b/packages/libs/lib-huawei/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-huawei", "private": false, - "version": "1.38.10", + "version": "1.38.11", "main": "./dist/bundle.js", "module": "./dist/bundle.js", "types": "./dist/d/index.d.ts", @@ -24,5 +24,5 @@ "prettier": "^2.8.8", "tslib": "^2.8.1" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/libs/lib-iframe/CHANGELOG.md b/packages/libs/lib-iframe/CHANGELOG.md index 0a5d11a58..3f8e9fa8b 100644 --- a/packages/libs/lib-iframe/CHANGELOG.md +++ b/packages/libs/lib-iframe/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/lib-iframe + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/lib-iframe diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 0e109ebb9..739d23d77 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-iframe", "private": false, - "version": "1.38.10", + "version": "1.38.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -31,5 +31,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/libs/lib-jdcloud/CHANGELOG.md b/packages/libs/lib-jdcloud/CHANGELOG.md index 8e53792f8..5ce5c71a5 100644 --- a/packages/libs/lib-jdcloud/CHANGELOG.md +++ b/packages/libs/lib-jdcloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/jdcloud + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/jdcloud diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index cdf2c39ce..afb062f4e 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -1,6 +1,6 @@ { "name": "@certd/jdcloud", - "version": "1.38.10", + "version": "1.38.11", "description": "jdcloud openApi sdk", "main": "./dist/bundle.js", "module": "./dist/bundle.js", @@ -56,5 +56,5 @@ "fetch" ] }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/libs/lib-k8s/CHANGELOG.md b/packages/libs/lib-k8s/CHANGELOG.md index 96c48d6eb..a62dfd209 100644 --- a/packages/libs/lib-k8s/CHANGELOG.md +++ b/packages/libs/lib-k8s/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/lib-k8s + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/lib-k8s diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index 573a82a97..e9f160fee 100644 --- a/packages/libs/lib-k8s/package.json +++ b/packages/libs/lib-k8s/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-k8s", "private": false, - "version": "1.38.10", + "version": "1.38.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -17,7 +17,7 @@ "pub": "npm publish" }, "dependencies": { - "@certd/basic": "^1.38.10", + "@certd/basic": "^1.38.11", "@kubernetes/client-node": "0.21.0" }, "devDependencies": { @@ -32,5 +32,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/libs/lib-server/CHANGELOG.md b/packages/libs/lib-server/CHANGELOG.md index b315a9581..7401a06b8 100644 --- a/packages/libs/lib-server/CHANGELOG.md +++ b/packages/libs/lib-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/lib-server + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/lib-server diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index 5ffab25b3..06e814364 100644 --- a/packages/libs/lib-server/package.json +++ b/packages/libs/lib-server/package.json @@ -1,6 +1,6 @@ { "name": "@certd/lib-server", - "version": "1.38.10", + "version": "1.38.11", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -28,11 +28,11 @@ ], "license": "AGPL", "dependencies": { - "@certd/acme-client": "^1.38.10", - "@certd/basic": "^1.38.10", - "@certd/pipeline": "^1.38.10", - "@certd/plugin-lib": "^1.38.10", - "@certd/plus-core": "^1.38.10", + "@certd/acme-client": "^1.38.11", + "@certd/basic": "^1.38.11", + "@certd/pipeline": "^1.38.11", + "@certd/plugin-lib": "^1.38.11", + "@certd/plus-core": "^1.38.11", "@midwayjs/cache": "3.14.0", "@midwayjs/core": "3.20.11", "@midwayjs/i18n": "3.20.13", @@ -64,5 +64,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/libs/midway-flyway-js/CHANGELOG.md b/packages/libs/midway-flyway-js/CHANGELOG.md index f2cd795b9..9c455426e 100644 --- a/packages/libs/midway-flyway-js/CHANGELOG.md +++ b/packages/libs/midway-flyway-js/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/midway-flyway-js + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/midway-flyway-js diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 3f9e4c228..7a68bad7a 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -1,6 +1,6 @@ { "name": "@certd/midway-flyway-js", - "version": "1.38.10", + "version": "1.38.11", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -46,5 +46,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/plugins/plugin-cert/CHANGELOG.md b/packages/plugins/plugin-cert/CHANGELOG.md index ba90b9d65..441c7c040 100644 --- a/packages/plugins/plugin-cert/CHANGELOG.md +++ b/packages/plugins/plugin-cert/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/plugin-cert + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/plugin-cert diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index 76b4ef297..b209fcb71 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-cert", "private": false, - "version": "1.38.10", + "version": "1.38.11", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -17,10 +17,10 @@ "compile": "tsc --skipLibCheck --watch" }, "dependencies": { - "@certd/acme-client": "^1.38.10", - "@certd/basic": "^1.38.10", - "@certd/pipeline": "^1.38.10", - "@certd/plugin-lib": "^1.38.10", + "@certd/acme-client": "^1.38.11", + "@certd/basic": "^1.38.11", + "@certd/pipeline": "^1.38.11", + "@certd/plugin-lib": "^1.38.11", "psl": "^1.9.0", "punycode.js": "^2.3.1" }, @@ -38,5 +38,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/plugins/plugin-lib/CHANGELOG.md b/packages/plugins/plugin-lib/CHANGELOG.md index dfb81c908..5d44afa32 100644 --- a/packages/plugins/plugin-lib/CHANGELOG.md +++ b/packages/plugins/plugin-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +**Note:** Version bump only for package @certd/plugin-lib + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) **Note:** Version bump only for package @certd/plugin-lib diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index ad3c9dab9..0a9d36496 100644 --- a/packages/plugins/plugin-lib/package.json +++ b/packages/plugins/plugin-lib/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-lib", "private": false, - "version": "1.38.10", + "version": "1.38.11", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -22,10 +22,10 @@ "@alicloud/pop-core": "^1.7.10", "@alicloud/tea-util": "^1.4.11", "@aws-sdk/client-s3": "^3.964.0", - "@certd/acme-client": "^1.38.10", - "@certd/basic": "^1.38.10", - "@certd/pipeline": "^1.38.10", - "@certd/plus-core": "^1.38.10", + "@certd/acme-client": "^1.38.11", + "@certd/basic": "^1.38.11", + "@certd/pipeline": "^1.38.11", + "@certd/plus-core": "^1.38.11", "@kubernetes/client-node": "0.21.0", "ali-oss": "^6.22.0", "basic-ftp": "^5.0.5", @@ -57,5 +57,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "01eb50078e135e00148a144d20747096e2f64a28" + "gitHead": "1f002159e2a3c73fb5e00341a344effa07d6f653" } diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index d210ab35b..5c30591ee 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.38.11](https://github.com/certd/certd/compare/v1.38.10...v1.38.11) (2026-02-16) + +### Performance Improvements + +* 优化登陆页面的黑暗模式 ([e47edda](https://github.com/certd/certd/commit/e47eddaa858f8fffe7a40dfbd14e8cda1dcba4ac)) +* 支持自定义发件人名称,格式:名称<邮箱> ([bab9adc](https://github.com/certd/certd/commit/bab9adce240108d4291eedc67e04abc4a01019e0)) + ## [1.38.10](https://github.com/certd/certd/compare/v1.38.9...v1.38.10) (2026-02-15) ### Bug Fixes diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 51c1a6adb..a53d01ec6 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@certd/ui-client", - "version": "1.38.10", + "version": "1.38.11", "private": true, "scripts": { "dev": "vite --open", @@ -106,8 +106,8 @@ "zod-defaults": "^0.1.3" }, "devDependencies": { - "@certd/lib-iframe": "^1.38.10", - "@certd/pipeline": "^1.38.10", + "@certd/lib-iframe": "^1.38.11", + "@certd/pipeline": "^1.38.11", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.12", diff --git a/packages/ui/certd-client/public/static/images/logo/logo.svg b/packages/ui/certd-client/public/static/images/logo/logo.svg index 3e53dac48..95ecba2b6 100644 --- a/packages/ui/certd-client/public/static/images/logo/logo.svg +++ b/packages/ui/certd-client/public/static/images/logo/logo.svg @@ -1,7 +1,7 @@ - \ No newline at end of file diff --git a/packages/ui/certd-client/src/layout/layout-outside.vue b/packages/ui/certd-client/src/layout/layout-outside.vue index 8b342c0a3..7c8152184 100644 --- a/packages/ui/certd-client/src/layout/layout-outside.vue +++ b/packages/ui/certd-client/src/layout/layout-outside.vue @@ -1,6 +1,6 @@