From 74ac5407532ac102aa9e4f6b82f855762b0a8949 Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 22 Mar 2024 13:39:46 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E9=BB=98=E8=AE=A4=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=80=80=E5=87=BA=E5=85=A8=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/setting/play_setting.dart | 4 ++-- lib/pages/video/detail/view.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 =