Skip to content

Commit

Permalink
自动授权应用权限功能,相关文案调整修改
Browse files Browse the repository at this point in the history
  • Loading branch information
caofengbin committed Jul 13, 2023
1 parent e2e4b9a commit a500b75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/StepShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const getNotes = (text, type) => {
清空应用 {{ step.text }} 缓存内存
</span>
<span v-if="step.stepType === 'appAutoGrantPermissions'">
<el-tag size="small" style="margin-right: 10px">自动授权应用</el-tag>
<el-tag size="small" style="margin-right: 10px">自动授权应用权限</el-tag>
授权应用 {{ step.text }} 所声明的权限
</span>
<span v-if="step.stepType === 'toWebView'">
Expand Down
6 changes: 3 additions & 3 deletions src/components/StepUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const androidOptions = ref([
},
{
value: 'appAutoGrantPermissions',
label: '自动授权App权限',
label: '自动授权应用权限',
},
],
},
Expand Down Expand Up @@ -1730,7 +1730,7 @@ onMounted(() => {
style="margin-bottom: 10px"
close-text="Get!"
type="info"
title="TIPS: 传递Android应用的App包名,该步骤可实现自动授权被测App所需要的所有权限,作用等价于Appium启动参数中的autoGrantPermissions"
title="TIPS: 传递Android应用的App包名,该步骤可实现自动授权被测App所需要的所有权限"
/>
<el-form-item
prop="text"
Expand All @@ -1743,7 +1743,7 @@ onMounted(() => {
>
<el-input
v-model="step.text"
placeholder="请输入自动授权应用的App包名"
placeholder="请输入自动授权应用权限的App包名"
></el-input>
</el-form-item>
</div>
Expand Down

0 comments on commit a500b75

Please sign in to comment.