feat: 播放器底部控制栏自定义

This commit is contained in:
guozhigq
2024-03-10 19:41:23 +08:00
parent 06fb3e8d2f
commit 6fdfcb888d
3 changed files with 296 additions and 191 deletions

View File

@ -0,0 +1,10 @@
enum BottomControlType {
pre,
playOrPause,
next,
time,
space,
fit,
speed,
fullscreen,
}