feat(拼多多) 全屏广告-活动弹窗(补充规则) (#66)

This commit is contained in:
AIsouler
2024-02-16 21:26:03 +08:00
committed by GitHub

View File

@@ -81,6 +81,14 @@ export default defineAppConfig({
matches: '@[text="关闭弹窗"][clickable=true] + [text$="下单成功"]', matches: '@[text="关闭弹窗"][clickable=true] + [text$="下单成功"]',
snapshotUrls: 'https://i.gkd.li/import/13308175', snapshotUrls: 'https://i.gkd.li/import/13308175',
}, },
{
key: 3,
name: '抽免单活动3',
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
matches:
'[text="多多免单"] >5 View[childCount=2] > Image[index=0][clickable=true][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/14310581',
},
], ],
}, },
{ {