Merge pull request #628 from guozhigq/feature-customBottomControl

Feature custom bottom control
This commit is contained in:
guozhigq
2024-03-16 23:08:22 +08:00
committed by GitHub
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,
}