mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 22:56:07 +08:00
fix: 🐛 修复系统级 bark 推送铃声 bug
This commit is contained in:
parent
c0fbe194a2
commit
c5137183d9
|
@ -161,7 +161,7 @@ export default class NotificationService {
|
||||||
this.title,
|
this.title,
|
||||||
)}/${encodeURIComponent(
|
)}/${encodeURIComponent(
|
||||||
this.content,
|
this.content,
|
||||||
)}?icon=${barkIcon}?sound=${barkSound}&group=${barkGroup}`;
|
)}?icon=${barkIcon}&sound=${barkSound}&group=${barkGroup}`;
|
||||||
const res: any = await got
|
const res: any = await got
|
||||||
.get(url, {
|
.get(url, {
|
||||||
...this.gotOption,
|
...this.gotOption,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user