pull/436/head
xiaojunnuo 2025-06-05 13:25:17 +08:00
parent 55d4395160
commit d7dda336ec
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ export class GithubCheckRelease extends AbstractTaskPlugin {
this.lastVersion = res.tag_name;
const body = res.body.replaceAll("* ","- ")
if (this.notificationIds == null){
this.notificationIds = [0]
}
//发送通知
for (const notificationId of this.notificationIds) {
await this.ctx.notificationService.send({