修改cdn协议

This commit is contained in:
whyour
2022-10-30 12:00:12 +08:00
parent 8013de56c9
commit 2ba8756bd3
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export class ChatNotification extends NotificationBaseInfo {
export class BarkNotification extends NotificationBaseInfo {
public barkPush = '';
public barkIcon = 'http://qn.whyour.cn/logo.png';
public barkIcon = 'https://qn.whyour.cn/logo.png';
public barkSound = '';
public barkGroup = 'qinglong';
}