From 4e2be23815418af1e693f53362948a6b6806a0a9 Mon Sep 17 00:00:00 2001 From: viarotel Date: Tue, 26 Sep 2023 14:12:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A7=A6=E6=91=B8=E7=82=B9=E9=85=8D=E7=BD=AE=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/Advanced/configs/device/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/components/Advanced/configs/device/index.js b/src/renderer/src/components/Advanced/configs/device/index.js index 1f5939af..665b2c16 100644 --- a/src/renderer/src/components/Advanced/configs/device/index.js +++ b/src/renderer/src/components/Advanced/configs/device/index.js @@ -1,11 +1,11 @@ export default () => { return [ { - label: '虚拟控制栏', + label: '展示触摸点', type: 'switch', field: '--show-touches', value: false, - placeholder: '开启后将打开虚拟控制栏,在某些机型上可能不会生效 比如较老的具有实体按键的设备', + placeholder: '开启后将打开开发者选项中的显示点按触摸反馈(仅在物理设备上展示)', }, { label: '保持清醒',