feat(拼多多):下单成功邀请好友弹窗 (#3859)

Signed-off-by: AIsouler <57941037+AIsouler@users.noreply.github.com>
This commit is contained in:
AIsouler 2024-01-14 23:22:43 +08:00 committed by GitHub
parent 41595148bd
commit a19fdb3a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,5 +218,18 @@ export default defineAppConfig({
'https://i.gkd.li/import/13925380', // checked=true
],
},
{
key: 12,
quickFind: true,
name: '全屏广告-下单成功邀请好友弹窗',
desc: '点击X',
rules: [
{
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageMaskActivity',
matches: '[id="com.xunmeng.pinduoduo:id/pdd"] >7 [text="关闭弹窗"]',
snapshotUrls: 'https://i.gkd.li/import/13927594',
},
],
},
],
});