diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ab391c..d21acdad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +### Bug Fixes + +* 安全更新,备份数据库插件仅限管理员运行 ([13dfca1](https://github.com/certd/certd/commit/13dfca1749275526c82465a17c482b607c820fdd)) + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) ### Bug Fixes diff --git a/build.trigger b/build.trigger index 8c431b30..f3727316 100644 --- a/build.trigger +++ b/build.trigger @@ -1 +1 @@ -23:09 +12:27 diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index 25ab391c..d21acdad 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +### Bug Fixes + +* 安全更新,备份数据库插件仅限管理员运行 ([13dfca1](https://github.com/certd/certd/commit/13dfca1749275526c82465a17c482b607c820fdd)) + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 23bc450a..1bc0b0ab 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.36.10" + "version": "1.36.11" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index cd1e6f70..9e9a506c 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.36.11](https://github.com/publishlab/node-acme-client/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/acme-client + ## [1.36.10](https://github.com/publishlab/node-acme-client/compare/v1.36.9...v1.36.10) (2025-07-18) **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 f1645f72..c4c7ae9d 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.36.10", + "version": "1.36.11", "type": "module", "module": "scr/index.js", "main": "src/index.js", @@ -18,7 +18,7 @@ "types" ], "dependencies": { - "@certd/basic": "^1.36.10", + "@certd/basic": "^1.36.11", "@peculiar/x509": "^1.11.0", "asn1js": "^3.0.5", "axios": "^1.7.2", @@ -69,5 +69,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/core/basic/CHANGELOG.md b/packages/core/basic/CHANGELOG.md index a27ae5f9..46e41301 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/basic + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **Note:** Version bump only for package @certd/basic diff --git a/packages/core/basic/build.md b/packages/core/basic/build.md index 30e92b7f..523ef385 100644 --- a/packages/core/basic/build.md +++ b/packages/core/basic/build.md @@ -1 +1 @@ -23:02 +12:23 diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 7c26d6dd..ef772479 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -1,7 +1,7 @@ { "name": "@certd/basic", "private": false, - "version": "1.36.10", + "version": "1.36.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -45,5 +45,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index 677d1460..82eb58be 100644 --- a/packages/core/pipeline/CHANGELOG.md +++ b/packages/core/pipeline/CHANGELOG.md @@ -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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +### Bug Fixes + +* 安全更新,备份数据库插件仅限管理员运行 ([13dfca1](https://github.com/certd/certd/commit/13dfca1749275526c82465a17c482b607c820fdd)) + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **Note:** Version bump only for package @certd/pipeline diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 8e40f8b3..81990c12 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -1,7 +1,7 @@ { "name": "@certd/pipeline", "private": false, - "version": "1.36.10", + "version": "1.36.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -17,8 +17,8 @@ "pub": "npm publish" }, "dependencies": { - "@certd/basic": "^1.36.10", - "@certd/plus-core": "^1.36.10", + "@certd/basic": "^1.36.11", + "@certd/plus-core": "^1.36.11", "dayjs": "^1.11.7", "lodash-es": "^4.17.21", "reflect-metadata": "^0.1.13" @@ -44,5 +44,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/core/pipeline/src/core/executor.ts b/packages/core/pipeline/src/core/executor.ts index 06e2dae7..81e4f78d 100644 --- a/packages/core/pipeline/src/core/executor.ts +++ b/packages/core/pipeline/src/core/executor.ts @@ -352,6 +352,7 @@ export class Executor { pipeline: this.pipeline, runtime: this.runtime, step, + define: cloneDeep(define), lastStatus, http, download, diff --git a/packages/core/pipeline/src/plugin/api.ts b/packages/core/pipeline/src/plugin/api.ts index 1159569c..4598a6a9 100644 --- a/packages/core/pipeline/src/plugin/api.ts +++ b/packages/core/pipeline/src/plugin/api.ts @@ -59,6 +59,7 @@ export type PluginDefine = Registrable & { form: any; }; }; + onlyAdmin?: boolean; needPlus?: boolean; showRunStrategy?: boolean; pluginType?: string; //类型 @@ -85,6 +86,7 @@ export type TaskInstanceContext = { runtime: RunHistory; //步骤定义 step: Step; + define: PluginDefine; //日志 logger: ILogger; //当前步骤输入参数跟上一次执行比较是否有变化 @@ -162,6 +164,12 @@ export abstract class AbstractTaskPlugin implements ITaskPlugin { this.registerSecret(cert.key); this.registerSecret(cert.one); } + + if (this.ctx.define.onlyAdmin) { + if (!this.isAdmin()) { + throw new Error("只有管理员才能运行此任务"); + } + } } async getAccess(accessId: string | number, isCommon = false) { diff --git a/packages/core/pipeline/src/plugin/group.ts b/packages/core/pipeline/src/plugin/group.ts index cf2c5d72..bb83090f 100644 --- a/packages/core/pipeline/src/plugin/group.ts +++ b/packages/core/pipeline/src/plugin/group.ts @@ -30,4 +30,5 @@ export const pluginGroups = { qiniu: new PluginGroup("qiniu", "七牛云", 5, "svg:icon-qiniuyun"), aws: new PluginGroup("aws", "亚马逊云", 6, "svg:icon-aws"), other: new PluginGroup("other", "其他", 10, "clarity:plugin-line"), + admin: new PluginGroup("admin", "管理", 11, "ion:settings-outline"), }; diff --git a/packages/libs/lib-huawei/CHANGELOG.md b/packages/libs/lib-huawei/CHANGELOG.md index dd8ba0af..19e39ba2 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/lib-huawei + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 5a789cc3..8b3b5545 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.36.10", + "version": "1.36.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": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/libs/lib-iframe/CHANGELOG.md b/packages/libs/lib-iframe/CHANGELOG.md index 76157abc..59a21df9 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/lib-iframe + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 6e74433c..c7ae4fc8 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.36.10", + "version": "1.36.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -31,5 +31,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/libs/lib-jdcloud/CHANGELOG.md b/packages/libs/lib-jdcloud/CHANGELOG.md index 540e0a43..a2fa0ce2 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/jdcloud + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 7bb5045a..818da711 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -1,6 +1,6 @@ { "name": "@certd/jdcloud", - "version": "1.36.10", + "version": "1.36.11", "description": "jdcloud openApi sdk", "main": "./dist/bundle.js", "module": "./dist/bundle.js", @@ -61,5 +61,5 @@ "fetch" ] }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/libs/lib-k8s/CHANGELOG.md b/packages/libs/lib-k8s/CHANGELOG.md index 01f95f13..4df46743 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/lib-k8s + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 567c43fe..69ab0911 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.36.10", + "version": "1.36.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -17,7 +17,7 @@ "pub": "npm publish" }, "dependencies": { - "@certd/basic": "^1.36.10", + "@certd/basic": "^1.36.11", "@kubernetes/client-node": "0.21.0" }, "devDependencies": { @@ -32,5 +32,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/libs/lib-server/CHANGELOG.md b/packages/libs/lib-server/CHANGELOG.md index 0c9ea21c..7cdea2a9 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/lib-server + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 9e260f81..da893c1d 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.36.10", + "version": "1.36.11", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -27,10 +27,10 @@ ], "license": "AGPL", "dependencies": { - "@certd/acme-client": "^1.36.10", - "@certd/basic": "^1.36.10", - "@certd/pipeline": "^1.36.10", - "@certd/plus-core": "^1.36.10", + "@certd/acme-client": "^1.36.11", + "@certd/basic": "^1.36.11", + "@certd/pipeline": "^1.36.11", + "@certd/plus-core": "^1.36.11", "@midwayjs/cache": "~3.14.0", "@midwayjs/core": "~3.20.3", "@midwayjs/i18n": "~3.20.3", @@ -61,5 +61,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/libs/midway-flyway-js/CHANGELOG.md b/packages/libs/midway-flyway-js/CHANGELOG.md index 5d06ad4f..63d048c0 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/midway-flyway-js + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 e6e9656e..0a4cd406 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.36.10", + "version": "1.36.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": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/plugins/plugin-cert/CHANGELOG.md b/packages/plugins/plugin-cert/CHANGELOG.md index 8d51588b..779e6ab6 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/plugin-cert + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 3ab24963..2f036158 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.36.10", + "version": "1.36.11", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -16,10 +16,10 @@ "pub": "npm publish" }, "dependencies": { - "@certd/acme-client": "^1.36.10", - "@certd/basic": "^1.36.10", - "@certd/pipeline": "^1.36.10", - "@certd/plugin-lib": "^1.36.10", + "@certd/acme-client": "^1.36.11", + "@certd/basic": "^1.36.11", + "@certd/pipeline": "^1.36.11", + "@certd/plugin-lib": "^1.36.11", "@google-cloud/publicca": "^1.3.0", "dayjs": "^1.11.7", "jszip": "^3.10.1", @@ -43,5 +43,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/plugins/plugin-lib/CHANGELOG.md b/packages/plugins/plugin-lib/CHANGELOG.md index f87fb200..1b30bb05 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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/plugin-lib + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) **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 570c3cf2..69d6f623 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.36.10", + "version": "1.36.11", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -21,8 +21,8 @@ "@alicloud/pop-core": "^1.7.10", "@alicloud/tea-util": "^1.4.10", "@aws-sdk/client-s3": "^3.787.0", - "@certd/basic": "^1.36.10", - "@certd/pipeline": "^1.36.10", + "@certd/basic": "^1.36.11", + "@certd/pipeline": "^1.36.11", "@kubernetes/client-node": "0.21.0", "ali-oss": "^6.22.0", "basic-ftp": "^5.0.5", @@ -53,5 +53,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "085bdf5cfa9140903611aa12cdd2542d05aba321" + "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" } diff --git a/packages/ui/certd-client/.gitignore b/packages/ui/certd-client/.gitignore index 980be95d..26d1867a 100644 --- a/packages/ui/certd-client/.gitignore +++ b/packages/ui/certd-client/.gitignore @@ -9,3 +9,4 @@ yarn.lock /.idea/ yarn-error.log vite-profile.cpuprofile +!build \ No newline at end of file diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index fd38172b..46b357d8 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-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.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) + +**Note:** Version bump only for package @certd/ui-client + ## [1.36.10](https://github.com/certd/certd/compare/v1.36.9...v1.36.10) (2025-07-18) ### Performance Improvements diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 4d93620a..625a09af 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.36.10", + "version": "1.36.11", "private": true, "scripts": { "dev": "vite --open", @@ -103,8 +103,8 @@ "zod-defaults": "^0.1.3" }, "devDependencies": { - "@certd/lib-iframe": "^1.36.10", - "@certd/pipeline": "^1.36.10", + "@certd/lib-iframe": "^1.36.11", + "@certd/pipeline": "^1.36.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/src/vben/menu-ui/components/normal-menu/normal-menu.vue b/packages/ui/certd-client/src/vben/menu-ui/components/normal-menu/normal-menu.vue index d56c2ca7..cf5f6527 100644 --- a/packages/ui/certd-client/src/vben/menu-ui/components/normal-menu/normal-menu.vue +++ b/packages/ui/certd-client/src/vben/menu-ui/components/normal-menu/normal-menu.vue @@ -112,7 +112,8 @@ function menuIcon(menu: MenuRecordRaw) { .vben-normal-menu__name, .vben-normal-menu__icon { - @apply text-primary-foreground font-semibold; + //@apply text-primary-foreground font-semibold; + @apply font-semibold; } } diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue index fb87f334..97a1c858 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue @@ -26,43 +26,45 @@
- - - - -
没有找到插件
-
-
- - - - - - - - - - -
+