Update jd_task_newUnique.js

This commit is contained in:
可达鸭 2025-06-26 11:26:25 +08:00
parent 992ec19573
commit f3450ec6d2

View File

@ -136,7 +136,7 @@ export class Main extends Template {
else if (extraType == 'assistTaskDetail') {
try {
if (this.help.includes(user)) {
await this.setTemp(user, extra.itemId)
await this.setTemp(user, extra.itemId, 8640000)
}
if (this.inviter.length) {
let cc = this.inviter[this.n % this.inviter.length]