mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
Update notify.js
修正pushdeer推送中,markdown格式显示问题
This commit is contained in:
parent
9f4435b237
commit
88b5444b57
|
@ -465,7 +465,7 @@ function PushDeerNotify(text, desp) {
|
|||
desp = encodeURI(desp);
|
||||
const options = {
|
||||
url: PUSHDEER_URL || `https://api2.pushdeer.com/message/push`,
|
||||
body: `pushkey=${PUSHDEER_KEY}&text=${text}&desp=${desp}&type=markdown`,
|
||||
body: `pushkey=${PUSHDEER_KEY}&text=${text}&desp=${desp}&type="markdown"`,
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user