Skip to content

Commit

Permalink
perf(Google Play Store): 全屏广告-弹窗广告 (AIsouler#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 14, 2024
1 parent db0418a commit 12a0e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/com.android.vending.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ export default defineGkdApp({
{
key: 2,
activityIds: 'com.google.android.finsky.activities.MainActivity',
matches: '[text="以后再说" || text="不用了"][visibleToUser=true]',
matches:
'[text="以后再说" || text="不用了" || text="No thanks"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/14958783',
'https://i.gkd.li/i/16079813',
'https://i.gkd.li/i/17622043',
'https://i.gkd.li/i/18135816',
],
},
],
Expand Down

0 comments on commit 12a0e33

Please sign in to comment.