mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
feat: 重构选集功能,播放器添加选集,修复连播退全屏、无法保存已看完状态
This commit is contained in:
12
lib/plugin/pl_player/models/bottom_control_type.dart
Normal file
12
lib/plugin/pl_player/models/bottom_control_type.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
enum BottomControlType {
|
||||
pre,
|
||||
playOrPause,
|
||||
next,
|
||||
time,
|
||||
space,
|
||||
episode,
|
||||
fit,
|
||||
subtitle,
|
||||
speed,
|
||||
fullscreen,
|
||||
}
|
||||
Reference in New Issue
Block a user