mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 21:20:43 +08:00
Update jd_task_united.js
This commit is contained in:
parent
3b749bf993
commit
6448c28734
@ -151,6 +151,9 @@ export class Main extends Template {
|
||||
if (this.haskey(s, 'data.data.sendStatus') == false) {
|
||||
break
|
||||
}
|
||||
if (remark.includes("京豆")) {
|
||||
p.award(remark, 'bean')
|
||||
}
|
||||
if (this.haskey(s, 'data.data.sendStatus')) {
|
||||
let num = this.match(/(\d+)个京豆/, remark)
|
||||
bean += parseInt(num)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user