mod: 修改设置与无障碍描述

This commit is contained in:
orz12
2024-03-15 09:46:11 +08:00
parent 8bc2be348b
commit 614354b6a1
3 changed files with 3 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ class _ImagePreviewState extends State<ImagePreview>
body: Stack( body: Stack(
children: [ children: [
Semantics( Semantics(
label: '双指缩放、长按保存、左右滑动切换图片', label: '长按保存',
child: GestureDetector( child: GestureDetector(
onLongPress: () => onOpenMenu(), onLongPress: () => onOpenMenu(),
child: ExtendedImageGesturePageView.builder( child: ExtendedImageGesturePageView.builder(

View File

@@ -114,7 +114,7 @@ class _PlaySettingState extends State<PlaySetting> {
), ),
const SetSwitchItem( const SetSwitchItem(
title: '竖屏扩大展示', title: '竖屏扩大展示',
subTitle: '小屏竖屏视频由16:9扩大至5:4展示(!暂不支持临时收起)', subTitle: '小屏竖屏视频宽高比由16:9扩大至4:5(!暂不支持临时收起)',
setKey: SettingBoxKey.enableVerticalExpand, setKey: SettingBoxKey.enableVerticalExpand,
defaultVal: false, defaultVal: false,
), ),

View File

@@ -448,7 +448,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
right: 15, right: 15,
bottom: 15, bottom: 15,
child: Semantics( child: Semantics(
label: '双击开关播放控件,左右滑动调整进度', label: '双击开关控件',
child: GestureDetector( child: GestureDetector(
onTap: () { onTap: () {
_.controls = !_.showControls.value; _.controls = !_.showControls.value;