批量修改总游玩时间

This commit is contained in:
2025-07-21 09:12:07 +08:00
parent 19c5233c49
commit e839f41985
7 changed files with 43 additions and 41 deletions

View File

@@ -217,7 +217,7 @@ func add_player_entry(player_data):
player_level.text = "等级: " + str(int(player_data.get("level", 0)))
player_money.text = "金币: " + str(int(player_data.get("money", 0)))
player_seed_num.text = "种子: " + str(int(player_data.get("seed_count", 0)))
player_online_time.text = "游玩时间: " + player_data.get("total_login_time", "0时0分0秒")
player_online_time.text = "游玩时间: " + player_data.get("总游玩时间", "0时0分0秒")
player_last_login_time.text = "最后登录: " + player_data.get("最后登录时间", "未知")
# 设置在线状态显示