更新了一些功能(媒体预览有bug)

This commit is contained in:
2025-07-03 17:02:08 +08:00
parent bcee1e7cc6
commit 90d6f01b50
12 changed files with 1618 additions and 386 deletions

View File

@@ -9,7 +9,8 @@ export function useWebSocket() {
try {
chatStore.connectionStatus = "connecting"
const wsUrl = "ws://g-ws.nailaoyun.cn/ws"
// const wsUrl = "ws://g-ws.nailaoyun.cn/ws"
const wsUrl = "ws://127.0.0.1:12080/ws"
console.log("连接WebSocket:", wsUrl)
chatStore.socket = new WebSocket(wsUrl)