chore: 修改ws地址

This commit is contained in:
2026-07-14 12:06:46 +08:00
parent 8a20eb6f12
commit 868af6dda5
6 changed files with 6 additions and 6 deletions

View File

@@ -145,7 +145,7 @@ class _ControllerHomeState extends State<ControllerHome> {
TextField(
controller: _serverUrlController,
decoration: const InputDecoration(
hintText: 'ws://192.168.100.222:8080/ws/signal',
hintText: 'ws://175.178.213.60:8088/ws/signal',
),
),
const SizedBox(height: 16),