From 614354b6a179e7f13781f4bfc453d381aa643977 Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 15 Mar 2024 09:46:11 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=BF=AE=E6=94=B9=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=8E=E6=97=A0=E9=9A=9C=E7=A2=8D=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/preview/view.dart | 2 +- lib/pages/setting/play_setting.dart | 2 +- lib/plugin/pl_player/view.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pages/preview/view.dart b/lib/pages/preview/view.dart index 7b822e13..6e8f4f7b 100644 --- a/lib/pages/preview/view.dart +++ b/lib/pages/preview/view.dart @@ -136,7 +136,7 @@ class _ImagePreviewState extends State body: Stack( children: [ Semantics( - label: '双指缩放、长按保存、左右滑动切换图片', + label: '长按保存', child: GestureDetector( onLongPress: () => onOpenMenu(), child: ExtendedImageGesturePageView.builder( diff --git a/lib/pages/setting/play_setting.dart b/lib/pages/setting/play_setting.dart index 85fcfc2d..0f544d2c 100644 --- a/lib/pages/setting/play_setting.dart +++ b/lib/pages/setting/play_setting.dart @@ -114,7 +114,7 @@ class _PlaySettingState extends State { ), const SetSwitchItem( title: '竖屏扩大展示', - subTitle: '小屏竖屏视频由16:9扩大至5:4展示(!暂不支持临时收起)', + subTitle: '小屏竖屏视频宽高比由16:9扩大至4:5(!暂不支持临时收起)', setKey: SettingBoxKey.enableVerticalExpand, defaultVal: false, ), diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 300dc49d..00ae76ed 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -448,7 +448,7 @@ class _PLVideoPlayerState extends State right: 15, bottom: 15, child: Semantics( - label: '双击开关播放控件,左右滑动调整进度', + label: '双击开关控件', child: GestureDetector( onTap: () { _.controls = !_.showControls.value;