feat: TCP server/client mode config, protocol display in settings

This commit is contained in:
2026-07-27 19:09:53 +08:00
parent f715cb85e6
commit 759d35bc93
3 changed files with 32 additions and 7 deletions
+1
View File
@@ -17,6 +17,7 @@ DEFAULT_CONFIG: dict[str, Any] = {
"theme": "dark",
"sidebar_collapsed": False,
"telemetry_port": 20777,
"tcp_port": 20778,
"use_unified_port": True,
"game_ports": {},
"ui_test_mode": False,