修复node pushdeer通知

This commit is contained in:
whyour
2022-09-04 18:25:40 +08:00
parent 952cdc0e3f
commit 4da8d8fe1e
4 changed files with 33 additions and 38 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ export enum NotificationMode {
'serverChan' = 'serverChan',
'pushDeer' = 'pushDeer',
'bark' = 'bark',
'chat' = 'chat'
'chat' = 'chat',
'telegramBot' = 'telegramBot',
'dingtalkBot' = 'dingtalkBot',
'weWorkBot' = 'weWorkBot',
@@ -40,7 +40,7 @@ export class PushDeerNotification extends NotificationBaseInfo {
export class ChatNotification extends NotificationBaseInfo {
public chatUrl = '';
public chattoken = '';
public chatToken = '';
}
export class BarkNotification extends NotificationBaseInfo {