From 7108d37154912d1c1825fb49d226f4ede5c7f2e7 Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Sat, 5 Jun 2021 15:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=B6=85=E6=97=B6=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=94=9F=E4=BA=A7=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_dreamFactory.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 103d5f52..0ef3dfd3 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -1,6 +1,6 @@ /* 京东京喜工厂 -更新时间:2021-5-30 +更新时间:2021-6-5 修复做任务、收集电力出现火爆,不能完成任务,重新计算h5st验证 参考自 :https://www.orzlee.com/web-development/2021/03/03/lxk0301-jingdong-signin-scriptjingxi-factory-solves-the-problem-of-unable-to-signin.html 活动入口:京东APP-游戏与互动-查看更多-京喜工厂 @@ -616,6 +616,11 @@ function userInfo() { } else { console.log(`\n\n预计最快还需 【${((production.needElectric - production.investedElectric) / (2 * 60 * 60 * 24)).toFixed(2)}天】生产完毕\n\n`) } + if (production.status === 3) { + $.log(`\n\n商品生产已失效`) + $.msg($.name, '', `【京东账号${$.index}】${$.nickName}\n【生产商品】${$.productName}超时未完成已失效,请选择新商品进行制造`) + allMessage += `【京东账号${$.index}】${$.nickName}\n【生产商品】${$.productName}超时未完成已失效,请选择新商品进行制造${$.index !== cookiesArr.length ? '\n\n' : ''}`; + } } else { $.unActive = false;//标记是否开启了京喜活动或者选购了商品进行生产 if (!data.factoryList) {