Skip to content

Commit

Permalink
feat(滴滴出行): 全屏广告-[升级一键付款]弹窗 (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 14, 2025
1 parent bd42ca5 commit 307c6d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.sdu.didi.psnger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,22 @@ export default defineGkdApp({
},
],
},
{
key: 4,
name: '全屏广告-[升级一键付款]弹窗',
desc: '点击[跳过]',
rules: [
{
fastQuery: true,
activityIds: 'com.didi.sdk.app.MainActivity',
matches: [
'[text="升级一键付款"][visibleToUser=true]',
'[text="跳过"][visibleToUser=true]',
],
exampleUrls: 'https://e.gkd.li/effbc440-02c9-40a6-b72e-a7df401c985c',
snapshotUrls: 'https://i.gkd.li/i/18409807',
},
],
},
],
});

0 comments on commit 307c6d6

Please sign in to comment.