Commit 0b582115 by Tianqing Liu

feat: 优化配置项

1 parent b7c560bc
...@@ -95,24 +95,6 @@ export default { ...@@ -95,24 +95,6 @@ export default {
scale: true, // 显示模式:拉伸、缩放、正常 scale: true, // 显示模式:拉伸、缩放、正常
quality: false, // 视频清晰度 quality: false, // 视频清晰度
}, },
contextmenuBtns: [{
content: '切换性能面板',
index: 1,
click: () => {
const playStatus = this._jessibuca.getStatus()
if (playStatus === 'playing') {
this._jessibuca.togglePerformancePanel();
} else {
console.log('请先播放视频');
}
},
}, {
content: '关于',
index: 2,
click: () => {
window.open("http://vion-tech.com/", "_blank");
},
}],
extendOperateBtns: [], extendOperateBtns: [],
showBandwidth: true, // 显示网速 showBandwidth: true, // 显示网速
showPerformance: false, // 显示性能 showPerformance: false, // 显示性能
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!