准备发布正式版

This commit is contained in:
2025-07-31 22:59:40 +08:00
parent 048600e95d
commit ea42a1563d
173 changed files with 3926 additions and 4295 deletions

View File

@@ -567,3 +567,13 @@ func _set_status(label: Label, text: String, color: Color):
#面板显示与隐藏切换处理
func _on_visibility_changed():
GlobalVariables.isZoomDisabled = visible
#注册面板返回登录面板
func _on_register_2_login_button_pressed() -> void:
_switch_to_login_panel()
pass
#找回密码面板返回登录面板
func _on_forget_2_login_button_pressed() -> void:
_switch_to_login_panel()
pass