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

Commit

Permalink
feat(拼多多):下单成功邀请好友弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 13, 2024
1 parent 935259f commit 56cc396
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 @@ -204,5 +204,18 @@ export default defineAppConfig({
},
],
},
{
key: 11,
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 56cc396

Please sign in to comment.