diff --git a/src/apps/com.android.vending.ts b/src/apps/com.android.vending.ts index 30b6192c..b55f7832 100644 --- a/src/apps/com.android.vending.ts +++ b/src/apps/com.android.vending.ts @@ -17,5 +17,20 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '全屏广告-[体验 Google Play Pass]弹窗', + desc: '点击[以后再说]', + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + activityIds: 'com.google.android.finsky.activities.MainActivity', + matches: '[text^="体验 Google Play Pass"] +3 * > [text="以后再说"]', + snapshotUrls: 'https://i.gkd.li/i/14958783', + }, + ], + }, ], });