From a7b223c7264e38bbc03edb1136eaf778052f7b12 Mon Sep 17 00:00:00 2001 From: gigibooom <171463165+gigibooom@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:42:11 +0800 Subject: [PATCH] =?UTF-8?q?perf(APKPure):=20Key=202=E3=80=813=EF=BC=8C?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E4=B8=BA=E5=8F=AF=E8=A7=81=E6=97=B6=E6=89=8D?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E7=82=B9=E5=87=BB=20(#232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gigibooom <171463165+gigibooom@users.noreply.github.com> --- src/apps/com.apkpure.aegon.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/com.apkpure.aegon.ts b/src/apps/com.apkpure.aegon.ts index 5a5677c2..6904dc54 100644 --- a/src/apps/com.apkpure.aegon.ts +++ b/src/apps/com.apkpure.aegon.ts @@ -29,7 +29,7 @@ export default defineGkdApp({ 'com.apkpure.aegon.cms.activity.CommonActivity', 'com.apkpure.aegon.main.activity.AppMoreActivity', ], - matches: '@ViewGroup[clickable=true] > [text="查看更多"]', + matches: '@ViewGroup[clickable=true] > [text="查看更多"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/15469126', }, ], @@ -48,13 +48,13 @@ export default defineGkdApp({ { name: '点击三点图标', key: 0, - matches: '@ImageView - RelativeLayout >3 [text="AD"]', + matches: '@ImageView - RelativeLayout >3 [text="AD"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/13466329', }, { name: '点击关闭', preKeys: 0, - matches: '@LinearLayout[clickable=true] >2 [text="关闭"]', + matches: '@LinearLayout[clickable=true] >2 [text="关闭"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/13466610', }, ],