diff --git a/lib/pages/setting/play_setting.dart b/lib/pages/setting/play_setting.dart index f004d283..af7fe7e8 100644 --- a/lib/pages/setting/play_setting.dart +++ b/lib/pages/setting/play_setting.dart @@ -63,7 +63,7 @@ class _PlaySettingState extends State { children: [ const SetSwitchItem( title: '弹幕开关', - subTitle: '设定弹幕是否默认显示', + subTitle: '是否展示弹幕', setKey: SettingBoxKey.enableShowDanmaku, defaultVal: false, ), @@ -128,7 +128,7 @@ class _PlaySettingState extends State { title: '自动退出全屏', subTitle: '视频结束播放时退出全屏', setKey: SettingBoxKey.enableAutoExit, - defaultVal: false, + defaultVal: true, ), const SetSwitchItem( title: '后台播放', diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 91f00e98..4e8f3c22 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -90,7 +90,7 @@ class _VideoDetailPageState extends State bangumiIntroController.bangumiDetail.value, p0); }); autoExitFullcreen = - setting.get(SettingBoxKey.enableAutoExit, defaultValue: false); + setting.get(SettingBoxKey.enableAutoExit, defaultValue: true); horizontalScreen = setting.get(SettingBoxKey.horizontalScreen, defaultValue: false); autoPlayEnable =