xdlumia / vue3-video-play

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看
https://codelife.cc/vue3-video-play/
581 stars 96 forks source link

右键 #75

Closed time202051 closed 1 year ago

time202051 commented 1 year ago

右键显示视频色彩调整,快捷键说明等无点击效果,且无法取消。如果生效或如何禁用调右键

aswdw commented 1 year ago

有答案了嘛 老哥

time202051 commented 11 months ago

有答案了嘛 老哥

let chArr: any = document.body.getElementsByClassName("d-player-contextmenu"); for (let i = 0; i < chArr.length; i++) { //删除元素 元素.parentNode.removeChild(元素); if (chArr[i] != null) chArr[i]?.parentNode.removeChild(chArr[i]); }