Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(拼多多): 全屏广告-下单后出现的弹窗(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 10, 2024
1 parent c787f68 commit ba6ec4f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,12 @@ export default defineAppConfig({
},
{
key: 12,
name: '功能类-下单成功邀请好友弹窗',
desc: '点击X',
name: '全屏广告-下单后出现的弹窗',
desc: '点击关闭',
rules: [
{
key: 0,
name: '邀请好友弹窗',
activityIds: [
'com.xunmeng.pinduoduo.activity.NewPageMaskActivity',
'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
Expand All @@ -265,6 +267,18 @@ export default defineAppConfig({
'https://i.gkd.li/i/13308175',
],
},
{
key: 1,
name: '拼单返现弹窗',
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
matches: [
'[text="拼单返现"]',
'WebView[text="拼多多"] >3 View[index=0] > Image[clickable=true][visibleToUser=true][childCount=0]',
],
exampleUrls:
'https://m.gkd.li/57941037/abc035bb-0d18-4711-b64c-a5319dd2191d',
snapshotUrls: 'https://i.gkd.li/i/14549422',
},
],
},
{
Expand Down

0 comments on commit ba6ec4f

Please sign in to comment.