no message

This commit is contained in:
Lenheart 2024-12-20 21:52:49 +08:00
parent 64a763a6d6
commit 347f301d81
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -86,11 +86,11 @@ class _Login_Window extends Yosin_Window {
function RegisterWidget() { function RegisterWidget() {
//账号输入框 //账号输入框
local AccountInputBox = Yosin_InputBox(752, 240, 200); AccountInputBox = Yosin_InputBox(752, 240, 200);
AddUIChild(AccountInputBox); AddUIChild(AccountInputBox);
//密码输入框 //密码输入框
local PasswordInputBox = Yosin_InputBox(752, 280, 200); PasswordInputBox = Yosin_InputBox(752, 280, 200);
AddUIChild(PasswordInputBox); AddUIChild(PasswordInputBox);
//登录按钮 //登录按钮