Commit c688fafe by Tianqing Liu

feat: 播放器显示网速

1 parent 7a977421
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
loadingText: '加载中...', loadingText: '加载中...',
controlAutoHide: true, controlAutoHide: true,
supportDblclickFullscreen: false, supportDblclickFullscreen: false,
showBandwidth: false, // 显示网速 showBandwidth: true, // 显示网速
fullscreenWatermarkConfig: { fullscreenWatermarkConfig: {
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!