From 14b1f219ba30ff97bb8740fb41b767162896f0b7 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 18 Aug 2021 14:30:23 +0800 Subject: [PATCH] x --- models/asset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/asset.go b/models/asset.go index 7c339bc..46d54f8 100644 --- a/models/asset.go +++ b/models/asset.go @@ -405,7 +405,7 @@ func initFarm(cookie string, state chan string) { if a.TreeState == 2 || a.TreeState == 3 { rt += "已可领取⏰" } else if a.TreeState == 1 { - rt += "种植中🍒" + rt += fmt.Sprintf("种植中%f.2🍒", float64(a.FarmUserPro.TreeTotalEnergy)/float64(a.FarmUserPro.TreeEnergy)) } else if a.TreeState == 0 { rt = "您忘了种植新的水果⏰" }