mod: 画面比例调整优化

This commit is contained in:
guozhigq
2023-10-21 22:15:18 +08:00
parent eec052c47e
commit aa95d9020d
3 changed files with 32 additions and 24 deletions

View File

@ -170,4 +170,6 @@ class VideoBoxKey {
static const String longPressSpeedDefault = 'longPressSpeedDefault';
// 自定义倍速集合
static const String customSpeedsList = 'customSpeedsList';
// 画面填充比例
static const String cacheVideoFit = 'cacheVideoFit';
}