This commit is contained in:
2025-07-21 08:16:29 +08:00
parent fde67c690f
commit b2655bd9e9
7 changed files with 2343 additions and 423 deletions

View File

@@ -7960,10 +7960,7 @@ class TCPGameServer(TCPServer):
if not new_farm_name:
return self._send_modify_account_error(client_id, "农场名称不能为空")
if len(new_password) < 6:
return self._send_modify_account_error(client_id, "密码长度至少6个字符")
if len(new_player_name) > 20:
return self._send_modify_account_error(client_id, "玩家昵称不能超过20个字符")

View File

@@ -8,7 +8,6 @@
"user_password": "密码",
"last_login_time": "2025年07月20日17时19分16秒",
"total_login_time": "0时0分0秒",
"last_water_reset_date": "2025-06-05",
"farm_lots": [],
"player_bag": [],
"作物仓库": [],

View File

@@ -682,7 +682,6 @@
"count": 1
}
],
"last_water_reset_date": "2025-06-05",
"注册时间": "2025年05月21日15时00分00秒",
"个人简介": "其实我是一个梨子,真的,不骗你",
"作物仓库": [

File diff suppressed because it is too large Load Diff