We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b863508 commit 18f0d49Copy full SHA for 18f0d49
resources/index_zh.html
@@ -48,7 +48,7 @@ <h1 class="card-title text-2xl justify-center mb-6">语音聊天</h1>
48
<!-- WebSocket 连接区域 -->
49
<div class="flex gap-2 mb-6">
50
<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" />
+ value="wss://indie.echokit.dev/ws/" class="input input-bordered flex-1" />
52
<button id="connectBtn" class="btn btn-primary">连接</button>
53
</div>
54
@@ -797,4 +797,4 @@ <h1 class="card-title text-2xl justify-center mb-6">语音聊天</h1>
797
</script>
798
</body>
799
800
-</html>
+</html>
0 commit comments