perf: 不止证书自动化,插件解锁无限可能

pull/409/head
xiaojunnuo 2025-05-29 20:41:55 +08:00
parent 1fe4c367f7
commit a9b302e38d
1 changed files with 1 additions and 1 deletions

View File

@ -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}`,
}
})