PushMe 通知支持自建服务 (#2358)

This commit is contained in:
雨思
2024-05-15 22:38:25 +08:00
committed by GitHub
parent 0b52e05af8
commit 8dd379b6b9
8 changed files with 22 additions and 7 deletions
+1
View File
@@ -108,6 +108,7 @@ export class EmailNotification extends NotificationBaseInfo {
export class PushMeNotification extends NotificationBaseInfo {
public pushMeKey: string = '';
public pushMeUrl: string = '';
}
export class ChronocatNotification extends NotificationBaseInfo {