From 61e7049baa3e9112f5983a8b59124e0c59b82425 Mon Sep 17 00:00:00 2001 From: adams549659584 <13760614423@163.com> Date: Mon, 13 Mar 2023 22:13:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F=20bark=20?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=93=83=E5=A3=B0=20(#1850)?= 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,