mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复 js 下 bark 推送声音 bug (#1847)
This commit is contained in:
parent
73c53dbc8d
commit
3a3b945de8
|
@ -533,7 +533,7 @@ function BarkNotify(text, desp, params = {}) {
|
|||
const options = {
|
||||
url: `${BARK_PUSH}/${encodeURIComponent(text)}/${encodeURIComponent(
|
||||
desp,
|
||||
)}?icon=${BARK_ICON}?sound=${BARK_SOUND}&group=${BARK_GROUP}&${querystring.stringify(
|
||||
)}?icon=${BARK_ICON}&sound=${BARK_SOUND}&group=${BARK_GROUP}&${querystring.stringify(
|
||||
params,
|
||||
)}`,
|
||||
headers: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user