This commit is contained in:
xiaojunnuo
2025-06-05 13:25:17 +08:00
parent 55d4395160
commit d7dda336ec

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({