From 6592b76415906e289e8ac20fdc5fcf45d21958dc Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 9 Dec 2020 12:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E5=96=9C=E5=B7=A5=E5=8E=82=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=B7=BB=E5=8A=A0=E7=94=9F=E4=BA=A7=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=9A=84=E6=89=80=E9=9C=80=E7=94=B5=E5=8A=9B=E4=B8=8E=E5=B7=B2?= =?UTF-8?q?=E6=8A=95=E7=94=B5=E5=8A=9B=E7=9A=84=E6=89=93=E5=8D=B0log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_dreamFactory.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 407a05da..cf4a1737 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -542,6 +542,8 @@ function userInfo() { console.log(`当前电力:${data.user.electric}`) console.log(`当前等级:${data.user.currentLevel}`) console.log(`分享码: ${data.user.encryptPin}`); + console.log(`已投入电力:${production.investedElectric}`); + console.log(`所需电力:${production.needElectric}`); console.log(`生产进度:${((production.investedElectric / production.needElectric) * 100).toFixed(2)}%`); message += `【京东账号${$.index}】${$.nickName}\n` message += `【生产商品】${$.productName}\n`;