refactor: friend basic function refactory complete

This commit is contained in:
merlin
2025-12-16 18:09:06 +08:00
parent b2bcfdf1a9
commit a4bed485a5
33 changed files with 1269 additions and 822 deletions

View File

@@ -1,4 +1,4 @@
import { connectVoicesocket, disconnectVoicesocket, sendMessage, hangup } from "@/socket/voiceSocket";
import { connectVoicesocket, disconnectVoicesocket, sendMessage, hangup } from "@/websocket/voiceSocket";
import { defineStore } from "pinia";
export const voiceStore = defineStore("voice", {