husq
2023-10-08 a0d006a8e6734ce1ff08fc5d196266cc2fd27f7d
src/components/livestream-others.vue
@@ -343,7 +343,7 @@
    video_quality: claritySelected.value
  }).then(res => {
    if (res.code === 0) {
      message.success('Set the clarity to ' + clarityList[claritySelected.value].label)
      message.success('将清晰度设置为 ' + clarityList[claritySelected.value].label)
    }
  })
}
@@ -408,7 +408,7 @@
    video_type: lensSelected.value
  }).then(res => {
    if (res.code === 0) {
      message.success('Switching live camera successfully.')
      message.success('切换实时摄像机成功')
    }
  })
}