chore: 更新默认信令服务器地址为 wss://www.ttstd.com/signal

This commit is contained in:
TongTongStudio
2026-07-25 11:51:09 +08:00
parent e5dafb65ed
commit 63adb7f9f6
7 changed files with 8 additions and 7 deletions

View File

@@ -473,7 +473,7 @@ class _ControllerHomeState extends State<ControllerHome> {
const SizedBox(height: 8),
CupertinoTextField(
controller: _serverUrlController,
placeholder: 'ws://175.178.213.60:8088/ws/signal',
placeholder: 'wss://www.ttstd.com/signal',
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 12),
),
const SizedBox(height: 16),