批量修改玩家密码

This commit is contained in:
2025-07-21 10:00:48 +08:00
parent 64f9f16351
commit 34796bc028
8 changed files with 62 additions and 52 deletions

View File

@@ -222,8 +222,8 @@ func handle_account_response(response_data: Dictionary):
main_game.login_data["farm_name"] = updated_data["farm_name"]
if updated_data.has("个人简介"):
main_game.login_data["个人简介"] = updated_data["个人简介"]
if updated_data.has("user_password"):
main_game.user_password = updated_data["user_password"]
if updated_data.has("玩家密码"):
main_game.user_password = updated_data["玩家密码"]
# 刷新显示
_refresh_player_info()