feat(Google Play 商店): 全屏广告

This commit is contained in:
AIsouler
2024-04-12 20:39:51 +08:00
parent 72425beba2
commit 58df482529

View File

@@ -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',
},
],
},
],
});