From c5137183d97a8d26f9b7abd27c3a4989a728ef3a Mon Sep 17 00:00:00 2001 From: adams549659584 <13760614423@163.com> Date: Mon, 13 Mar 2023 06:26:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=BA=A7=20bark=20=E6=8E=A8=E9=80=81=E9=93=83?= =?UTF-8?q?=E5=A3=B0=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/notify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/notify.ts b/back/services/notify.ts index 0b639194..2f8eaf99 100644 --- a/back/services/notify.ts +++ b/back/services/notify.ts @@ -161,7 +161,7 @@ export default class NotificationService { this.title, )}/${encodeURIComponent( this.content, - )}?icon=${barkIcon}?sound=${barkSound}&group=${barkGroup}`; + )}?icon=${barkIcon}&sound=${barkSound}&group=${barkGroup}`; const res: any = await got .get(url, { ...this.gotOption,