Skip to content

Commit 18f0d49

Browse files
authored
Update index_zh.html
1 parent b863508 commit 18f0d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/index_zh.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1 class="card-title text-2xl justify-center mb-6">语音聊天</h1>
4848
<!-- WebSocket 连接区域 -->
4949
<div class="flex gap-2 mb-6">
5050
<input type="text" id="wsUrl" placeholder="WebSocket 地址 (例如, ws://localhost:8080/ws/)"
51-
value="ws://34.44.85.57:9090/ws/" class="input input-bordered flex-1" />
51+
value="wss://indie.echokit.dev/ws/" class="input input-bordered flex-1" />
5252
<button id="connectBtn" class="btn btn-primary">连接</button>
5353
</div>
5454

@@ -797,4 +797,4 @@ <h1 class="card-title text-2xl justify-center mb-6">语音聊天</h1>
797797
</script>
798798
</body>
799799

800-
</html>
800+
</html>

0 commit comments

Comments
 (0)