husq
2023-09-27 2c2bc8614c8ea0ce386369eb4924da1e6aa052d1
src/components/livestream-others.vue
@@ -107,7 +107,7 @@
        >更新画质</a-button
      >
      <a-button v-if="!liveState || !isDockLive" class="ml20" type="primary" large @click="onRefresh"
        >刷新实时容量</a-button
        >刷新</a-button
      >
    </div>
  </div>
@@ -145,23 +145,23 @@
const clarityList: SelectOption[] = [
  {
    value: 0,
    label: 'Adaptive'
    label: '自适应'
  },
  {
    value: 1,
    label: 'Smooth'
    label: '正常'
  },
  {
    value: 2,
    label: 'Standard'
    label: '标准'
  },
  {
    value: 3,
    label: 'HD'
    label: '高清'
  },
  {
    value: 4,
    label: 'Super Clear'
    label: '超清'
  }
]