From 20e3f2b4c11aa8dc8d3b4e4c4126337f16635c2f Mon Sep 17 00:00:00 2001
From: YeungHoiChiu <1005935991@qq.com>
Date: Tue, 25 Jun 2024 14:40:22 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2webview=E6=AD=A5?=
=?UTF-8?q?=E9=AA=A4=E6=98=BE=E7=A4=BA=E6=96=87=E5=AD=97=E5=9B=BD=E9=99=85?=
=?UTF-8?q?=E5=8C=96=E5=8F=98=E9=87=8F=E5=90=8D=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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/StepShow.vue b/src/components/StepShow.vue
index 2a9e8eb1..abd42d0f 100644
--- a/src/components/StepShow.vue
+++ b/src/components/StepShow.vue
@@ -414,7 +414,7 @@ const getNotes = (text, type) => {
{{
$t('stepDetail.switch.webview')
}}
- {{ $t('stepDetail.webviewName') }}:{{ step.content }}
+ {{ $t('stepDetail.WebviewName') }}:{{ step.content }}
{{
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 2/2] =?UTF-8?q?fix:androidOption=E5=A4=A7=E9=83=A8?=
=?UTF-8?q?=E4=BB=BD=E5=AF=B9=E5=BA=94lang=E5=AD=97=E6=AE=B5=E9=94=99?=
=?UTF-8?q?=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')