From 266d1b09726429179d9521761712b1bccbe66ff6 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 6 May 2023 14:13:38 +0800 Subject: [PATCH] Update dwnc.js --- dwnc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwnc.js b/dwnc.js index 2d0b032..e102737 100644 --- a/dwnc.js +++ b/dwnc.js @@ -732,7 +732,7 @@ class UserInfo { //console.log(result); if (result.code == 200) { this.ckStatus = true - DoubleLog(`账号[${this.index}] [${result.data.treeId}] 成熟进度[${result.data.userWateringDroplet}/${result.data.currentLeveNeedWateringDroplet}g]`); + DoubleLog(`账号[${this.index}] [${result.data.treeId}] 成熟进度[${result.data.userWateringDroplet}/${result.data.currentLevelNeedWateringDroplet}g]`); } else { DoubleLog(`账号[${this.index}] 农场信息查询失败:原因未知`); console.log(result);