This commit is contained in:
cdle
2021-09-13 12:36:46 +08:00
parent 4b229ff638
commit 10d7e358e8
+1 -1
View File
@@ -104,7 +104,7 @@ func init() {
for i := range beans {
all += <-beans[i]
}
return fmt.Sprintf("今日收入%d京豆", all)
return fmt.Sprintf("今日收入%d京豆", all)
},
},
})