mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 04:30:42 +08:00
.
This commit is contained in:
parent
52de2020a6
commit
c015e02ed4
@ -17,6 +17,7 @@ export default {
|
||||
},
|
||||
referer: "https://prodev.m.jd.com/",
|
||||
shell: true,
|
||||
token: true
|
||||
},
|
||||
'isvjcloud.com': {
|
||||
cookieJar: true,
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,7 +11,9 @@ export class Message {
|
||||
async send(msgAry) {
|
||||
const result = this.splitArrays(this.msgAry);
|
||||
for (let message of result) {
|
||||
message.push([`PsyDuck [https://github.com/qitoqito/psyduck]`])
|
||||
if (!this.func.message.notice) {
|
||||
message.push([`PsyDuck [https://github.com/qitoqito/psyduck]`])
|
||||
}
|
||||
this.message = message
|
||||
if (this.msg.hasOwnProperty('TELEGRAM_TOKEN')) {
|
||||
await this.tgNotify()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user