feat(use-problem): integrate WebSocket into problem hook

This commit is contained in:
cfngc4594 2025-03-23 23:49:34 +08:00
parent cea8748a4e
commit f246ff1a6d

View File

@ -39,12 +39,12 @@ export const useProblem = () => {
const {
hydrated,
editor,
monacoLanguageClient,
webSocket,
globalLang,
currentLang,
currentValue,
setEditor,
setMonacoLanguageClient,
setWebSocket,
setGlobalLang,
setCurrentLang,
setCurrentValue,
@ -111,9 +111,9 @@ export const useProblem = () => {
return {
hydrated,
editor,
monacoLanguageClient,
webSocket,
setEditor,
setMonacoLanguageClient,
setWebSocket,
globalLang,
currentLang,
currentValue,