mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 20:21:25 +08:00
精简模式alt+m切换进入退出
This commit is contained in:
@@ -1101,7 +1101,11 @@ export default {
|
||||
return false
|
||||
}
|
||||
if (e === 'mini') {
|
||||
this.miniEvent()
|
||||
if (!this.miniMode) {
|
||||
this.miniEvent()
|
||||
} else {
|
||||
this.exitMiniEvent()
|
||||
}
|
||||
return false
|
||||
}
|
||||
if (e === 'resetMini') {
|
||||
|
||||
Reference in New Issue
Block a user