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', }, ],