mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 12: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,
|
||||
keyExpire: 12000,
|
||||
prompt: {
|
||||
merge: '1 # 执行购买与合成任务',
|
||||
// merge: '1 # 执行购买与合成任务',
|
||||
},
|
||||
}
|
||||
}
|
||||
@ -553,7 +553,8 @@ export class Main extends Template {
|
||||
async two(p) {
|
||||
let user = p.data.user
|
||||
let context = p.context
|
||||
if (this.profile.merge) {
|
||||
// if (this.profile.merge) {
|
||||
if (1) {
|
||||
await this.one(p)
|
||||
let joy = this.dict[user].joy || {}
|
||||
for (let i = 0; i<30; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user