Merge branch 'design' into alpha

This commit is contained in:
guozhigq
2023-10-01 15:53:47 +08:00
4 changed files with 38 additions and 23 deletions

View File

@ -54,6 +54,12 @@ class _PlaySettingState extends State<PlaySetting> {
),
body: ListView(
children: [
const SetSwitchItem(
title: '开启1080P',
subTitle: '免登录查看1080P视频',
setKey: SettingBoxKey.p1080,
defaultVal: true,
),
const SetSwitchItem(
title: '自动播放',
subTitle: '进入详情页自动播放',