From b54d0000deb60d6326582fb8555ec4a83c3e3e73 Mon Sep 17 00:00:00 2001 From: YeungHoiChiu <1005935991@qq.com> Date: Wed, 26 Jun 2024 15:22:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:androidOption=E5=A4=A7=E9=83=A8=E4=BB=BD?= =?UTF-8?q?=E5=AF=B9=E5=BA=94lang=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StepShow.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/StepShow.vue b/src/components/StepShow.vue index abd42d0f..5d9f6988 100644 --- a/src/components/StepShow.vue +++ b/src/components/StepShow.vue @@ -248,7 +248,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.network.airPlaneMode') + $t('stepDetail.label.androidOptions.network.airPlaneMode') }}{{ step.content === 'true' ? $t('stepDetail.open') : $t('stepDetail.close') @@ -256,7 +256,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.network.wifiMode') + $t('stepDetail.label.androidOptions.network.wifiMode') }}{{ step.content === 'true' ? $t('stepDetail.open') : $t('stepDetail.close') @@ -264,7 +264,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.network.locationMode') + $t('stepDetail.label.androidOptions.network.locationMode') }}{{ step.content === 'true' ? $t('stepDetail.open') : $t('stepDetail.close') @@ -272,7 +272,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.element.switchWindowMode') + $t('stepDetail.label.androidOptions.element.switchWindowMode') }}{{ step.content === 'true' @@ -282,7 +282,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.element.switchIgnoreMode') + $t('stepDetail.label.androidOptions.element.switchIgnoreMode') }}{{ step.content === 'true' @@ -292,7 +292,7 @@ const getNotes = (text, type) => { {{ - $t('stepDetail.androidOptions.element.switchVisibleMode') + $t('stepDetail.label.androidOptions.element.switchVisibleMode') }}{{ step.content === 'true' ? $t('stepDetail.display') : $t('stepDetail.hide')