feat: 免登录观看1080P视频(默认开启) issues #149

This commit is contained in:
guozhigq
2023-10-01 15:53:27 +08:00
parent 52ee5b36be
commit 1061ffca3d
3 changed files with 14 additions and 0 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: '进入详情页自动播放',