七牛云改为http访问

This commit is contained in:
whyour
2022-04-01 08:29:16 +08:00
parent b2ba86b212
commit 8fac58d73f
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export class PushDeerNotification extends NotificationBaseInfo {
export class BarkNotification extends NotificationBaseInfo {
public barkPush = '';
public barkIcon = 'https://qn.whyour.cn/logo.png';
public barkIcon = 'http://qn.whyour.cn/logo.png';
public barkSound = '';
public barkGroup = 'qinglong';
}