Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
perf(网易有道词典): 关闭单词页面[去复习]提示
Browse files Browse the repository at this point in the history
使用坐标点击防止在某些页面使用back关闭提示后跳出输入法
  • Loading branch information
AIsouler committed Mar 8, 2024
1 parent 519d50b commit 7615ce9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.youdao.dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,14 @@ export default defineAppConfig({
{
key: 9,
name: '功能类-关闭单词页面[去复习]提示',
desc: '使用返回关闭',
desc: '通过点击提示框以外的其他地方关闭',
rules: [
{
action: 'back',
quickFind: true,
position: {
left: 'width * 0.7231',
top: 'width * -1.0673',
},
activityIds: [
'com.youdao.dict.activity.DictQueryActivity',
'com.youdao.dict.activity.MainActivity',
Expand Down

0 comments on commit 7615ce9

Please sign in to comment.