mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-18 08:40:44 +08:00
Update jd_task_joyPark.js
This commit is contained in:
parent
e3b45a1b77
commit
22ed9e28ad
@ -8,7 +8,7 @@ export class Main extends Template {
|
|||||||
crontab: 3,
|
crontab: 3,
|
||||||
keyExpire: 12000,
|
keyExpire: 12000,
|
||||||
prompt: {
|
prompt: {
|
||||||
merge: '1 # 执行购买与合成任务',
|
// merge: '1 # 执行购买与合成任务',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -553,7 +553,8 @@ export class Main extends Template {
|
|||||||
async two(p) {
|
async two(p) {
|
||||||
let user = p.data.user
|
let user = p.data.user
|
||||||
let context = p.context
|
let context = p.context
|
||||||
if (this.profile.merge) {
|
// if (this.profile.merge) {
|
||||||
|
if (1) {
|
||||||
await this.one(p)
|
await this.one(p)
|
||||||
let joy = this.dict[user].joy || {}
|
let joy = this.dict[user].joy || {}
|
||||||
for (let i = 0; i<30; i++) {
|
for (let i = 0; i<30; i++) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user