fix(chat): 调整输入交互并加固 WS/告警处理

This commit is contained in:
2026-03-11 18:11:09 +08:00
parent dc403179f7
commit 558a0ff9bc
12 changed files with 315 additions and 44 deletions

View File

@@ -32,7 +32,7 @@ var current_page = 0
var tween: Tween
var mock_pages = []
var _chat_ui: Control
var _chat_ui_prev_mouse_filter: int = Control.MOUSE_FILTER_STOP
var _chat_ui_prev_mouse_filter: Control.MouseFilter = Control.MOUSE_FILTER_STOP
var _chat_ui_mouse_disabled: bool = false
func _ready():