From a7150bc549183f97f1d9de0f73b3955e921d5773 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:52:29 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix(=E6=B7=98=E5=AE=9D):=20=E5=B0=86?= =?UTF-8?q?=E5=B0=8F=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0=E5=88=B0=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E6=A1=8C=E9=9D=A2=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 4bdae441d..b78b91c65 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -164,8 +164,11 @@ export default defineAppConfig({ rules: [ { action: 'clickCenter', - matches: 'View[text="立即添加"] + View[text="取消"]', - snapshotUrls: 'https://i.gkd.li/import/13598578', + matches: 'View[text="立即添加"] + View[text="取消"][height>20]', + snapshotUrls: [ + 'https://i.gkd.li/import/13598578', + 'https://i.gkd.li/import/13853452', //误触快照 + ], }, ], }, From 943a57697149e8d2f9d790e5fa169772560dcf23 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:03:51 +0800 Subject: [PATCH 2/5] Update com.taobao.taobao.ts --- src/apps/com.taobao.taobao.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index b78b91c65..2c9b38d57 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -167,7 +167,7 @@ export default defineAppConfig({ matches: 'View[text="立即添加"] + View[text="取消"][height>20]', snapshotUrls: [ 'https://i.gkd.li/import/13598578', - 'https://i.gkd.li/import/13853452', //误触快照 + 'https://i.gkd.li/import/13853510', //误触快照 ], }, ], From 8965c5f03ed1a77baa7a2b3355563a1d9c181f46 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:02:37 +0800 Subject: [PATCH 3/5] Update com.taobao.taobao.ts --- src/apps/com.taobao.taobao.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index cd6eaf5a3..7333d1c4e 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -164,7 +164,7 @@ export default defineAppConfig({ rules: [ { action: 'clickCenter', - matches: 'View[text="立即添加"] + View[text="取消"][height>20]', + matches: 'View[childCount=2] >3 View[text="立即添加"] + View[text="取消"]', snapshotUrls: [ 'https://i.gkd.li/import/13598578', 'https://i.gkd.li/import/13853510', //误触快照 From b2ebe2f5b1c3e7a1e6bdb8092fbfc063bc31ce6e Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:08:15 +0800 Subject: [PATCH 4/5] Update com.taobao.taobao.ts --- src/apps/com.taobao.taobao.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 7333d1c4e..89e498bed 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -158,7 +158,7 @@ export default defineAppConfig({ { enable: false, key: 14, - name: '将小组件添加到手机桌面', + name: '局部广告-将小组件添加到手机桌面', desc: '点击取消', activityIds: 'com.alibaba.triver.container.TriverMainActivity', rules: [ From 290ab7bc5906eac44a7197847d3652ff583b54a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jan 2024 00:08:51 +0000 Subject: [PATCH 5/5] chore(actions): check_format_lint --- src/apps/com.taobao.taobao.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 89e498bed..1a19e626e 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -164,7 +164,8 @@ export default defineAppConfig({ rules: [ { action: 'clickCenter', - matches: 'View[childCount=2] >3 View[text="立即添加"] + View[text="取消"]', + matches: + 'View[childCount=2] >3 View[text="立即添加"] + View[text="取消"]', snapshotUrls: [ 'https://i.gkd.li/import/13598578', 'https://i.gkd.li/import/13853510', //误触快照