From a9b302e38d3328d75df8b2da3d8b914851e55e9c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 29 May 2025 20:41:55 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=B8=8D=E6=AD=A2=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=EF=BC=8C=E6=8F=92=E4=BB=B6=E8=A7=A3?= =?UTF-8?q?=E9=94=81=E6=97=A0=E9=99=90=E5=8F=AF=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/plugin-github/plugins/plugin-check-release.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts b/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts index ce560708..bec16417 100644 --- a/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts +++ b/packages/ui/certd-server/src/plugins/plugin-github/plugins/plugin-check-release.ts @@ -85,7 +85,7 @@ export class GithubCheckRelease extends AbstractTaskPlugin { logger: this.logger, body: { title: `${this.repoName} 新版本 ${this.lastVersion} 发布`, - content: `${res.body}`, + content: `${res.body}\n\n >Certd:不止证书自动化,插件解锁无限可能!`, url: `https://github.com/${this.repoName}/releases/tag/${this.lastVersion}`, } })