Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chat/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="card-title text-2xl justify-center mb-6">Voice Chat</h1>
<!-- WebSocket Connection Section -->
<div class="flex gap-2 mb-6">
<input type="text" id="wsUrl" placeholder="WebSocket URL (e.g., ws://localhost:8080/ws/)"
value="ws://35.232.134.140:9090/ws/" class="input input-bordered flex-1" />
value="wss://indie.echokit.dev/ws/" class="input input-bordered flex-1" />
<button id="connectBtn" class="btn btn-primary">Connect</button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion chat/resources/index_zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="card-title text-2xl justify-center mb-6">语音聊天</h1>
<!-- WebSocket 连接区域 -->
<div class="flex gap-2 mb-6">
<input type="text" id="wsUrl" placeholder="WebSocket 地址 (例如, ws://localhost:8080/ws/)"
value="ws://35.232.134.140:9090/ws/" class="input input-bordered flex-1" />
value="wss://hk.echokit.dev/ws/" class="input input-bordered flex-1" />
<button id="connectBtn" class="btn btn-primary">连接</button>
</div>

Expand Down
Loading