Merge branch 'design' into alpha

This commit is contained in:
guozhigq
2023-09-29 23:13:54 +08:00
29 changed files with 1113 additions and 227 deletions

View File

@ -158,4 +158,6 @@ class VideoBoxKey {
static const String videoBrightness = 'videoBrightness';
// 倍速
static const String videoSpeed = 'videoSpeed';
// 播放顺序
static const String playRepeat = 'playRepeat';
}