mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
七牛云改为http访问
This commit is contained in:
@@ -4,7 +4,7 @@ import { createRandomString } from './util';
|
||||
|
||||
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
|
||||
|
||||
const lastVersionFile = 'https://qn.whyour.cn/version.ts';
|
||||
const lastVersionFile = 'http://qn.whyour.cn/version.ts';
|
||||
|
||||
const envFound = dotenv.config();
|
||||
const rootPath = process.cwd();
|
||||
|
||||
+1
-1
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user