Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(拼多多):下单成功邀请好友弹窗 (#3859)
Browse files Browse the repository at this point in the history
Signed-off-by: AIsouler <[email protected]>
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 4159514 commit a19fdb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
],
});

0 comments on commit a19fdb3

Please sign in to comment.