经验数据同步,更名逻辑上传

This commit is contained in:
YiHan0621
2025-09-15 18:00:52 +08:00
parent 12cf877c80
commit 0fd35d8c21
10 changed files with 463 additions and 31 deletions

View File

@@ -191,7 +191,7 @@ namespace TcgEngine.UI
error_msg.text = "";
test_area.SetActive(Authenticator.Get().IsTest());
string user = PlayerPrefs.GetString("tcg_last_user", "");
string user = PlayerPrefs.GetString("tcg_last_user");
login_user.text = user;
if (Authenticator.Get().IsTest())