mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-06 05:16:15 +08:00
Compare commits
6 Commits
37f0f3cc30
...
0590371770
| Author | SHA1 | Date | |
|---|---|---|---|
| 0590371770 | |||
| a7a00b6170 | |||
| 57c9b61b10 | |||
| 95edff49ce | |||
| fd5232ac2f | |||
| 602551691b |
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+4
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -1968,7 +1968,7 @@ function PushDeerNotify(text, desp) {
|
||||
desp = desp.replace(/%0A/g, '%0A%0A');
|
||||
const options = {
|
||||
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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user