feat: 新增播放页重力感应屏蔽设置

This commit is contained in:
orz12
2024-04-06 09:32:19 +08:00
parent b45f8da189
commit 6661967276
3 changed files with 13 additions and 0 deletions

View File

@@ -131,6 +131,12 @@ class _PlaySettingState extends State<PlaySetting> {
setKey: SettingBoxKey.enableAutoExit,
defaultVal: true,
),
const SetSwitchItem(
title: '全向旋转',
subTitle: '非全屏时可受重力转为临时全屏,若系统锁定旋转仍异常触发请关闭,无异常可保持开启',
setKey: SettingBoxKey.allowRotateScreen,
defaultVal: true,
),
const SetSwitchItem(
title: '后台播放',
subTitle: '进入后台时继续播放',