Przeglądaj źródła

style(speaking): fix lint double-space in notifySpeakingProgress comment

jimmylee 2 miesięcy temu
rodzic
commit
eca405316d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/Student/index.vue

+ 1 - 1
src/views/Student/index.vue

@@ -562,7 +562,7 @@ const choiceQuestionDetailDialogOpenList = ref<number[]>([])
 const speakingPanelRef = ref<InstanceType<typeof SpeakingClassPanel> | null>(null)
 
 provide('notifySpeakingProgress', (status: 'active' | 'completed', payload: { configId: string; sessionId: string }) => {
-  if (props.type !== '2') return  // 只有学生客户端发广播
+  if (props.type !== '2') return // 只有学生客户端发广播
   sendMessage({
     type: 'speaking_session_updated',
     courseid: props.courseid,