修复系统 bark 推送铃声 (#1850)

This commit is contained in:
adams549659584 2023-03-13 22:13:20 +08:00 committed by GitHub
parent 39c40a328d
commit 61e7049baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,