This commit is contained in:
taosuqi 2025-12-16 13:57:05 +08:00
parent 3df545f277
commit e343b710f3
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ public class UI_LoginPanel : BasePanel
public override void ShowMe() public override void ShowMe()
{ {
base.ShowMe(); base.ShowMe();
inputAccount.text = "xs01";
inputPassword.text = "12345";
} }
public override void HideMe() public override void HideMe()