fix: define pushdeerlink

This commit is contained in:
小造xu_zh 2023-07-21 14:11:13 +00:00
parent 6984596568
commit bf68e0a7bc

View file

@ -10,7 +10,7 @@ class PushDeer extends NotificationProvider {
let okMsg = "Sent Successfully.";
let endpoint = "/message/push";
let serverUrl = notification.pushdeerServer || "https://api2.pushdeer.com";
pushdeerlink = `${serverUrl.trim().replace(/\/*$/, "")}${endpoint}`;
let pushdeerlink = `${serverUrl.trim().replace(/\/*$/, "")}${endpoint}`;
let valid = msg != null && monitorJSON != null && heartbeatJSON != null;