后台优化

This commit is contained in:
hahwu 2025-07-17 14:19:09 +08:00
parent d39d1d206c
commit e05fa5fbcf

View File

@ -122,6 +122,7 @@ func AdminPlayerInfo(args []interface{}) error {
res["Cumulative"] = player.PlayMod.getBaseMod().Cumulative res["Cumulative"] = player.PlayMod.getBaseMod().Cumulative
res["TodayCumulative"] = player.PlayMod.getBaseMod().TodayCumulative res["TodayCumulative"] = player.PlayMod.getBaseMod().TodayCumulative
res["Bonus"] = player.PlayMod.getLimitedTimeEventMod().Progress res["Bonus"] = player.PlayMod.getLimitedTimeEventMod().Progress
res["Code"] = player.PlayMod.getBaseMod().AddCode
OrderMap := make(map[int]interface{}) OrderMap := make(map[int]interface{})
Index := 0 Index := 0
for k, v := range player.PlayMod.getOrderMod().OrderList { for k, v := range player.PlayMod.getOrderMod().OrderList {