mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
fix(Google Play 商店): 全屏广告-[体验 Google Play Pass]弹窗失效
This commit is contained in:
@@ -21,14 +21,21 @@ export default defineGkdApp({
|
|||||||
key: 2,
|
key: 2,
|
||||||
name: '全屏广告-[体验 Google Play Pass]弹窗',
|
name: '全屏广告-[体验 Google Play Pass]弹窗',
|
||||||
desc: '点击[以后再说]',
|
desc: '点击[以后再说]',
|
||||||
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
position: {
|
||||||
|
left: 'width * 0.5',
|
||||||
|
top: 'width * 1.5',
|
||||||
|
},
|
||||||
activityIds: 'com.google.android.finsky.activities.MainActivity',
|
activityIds: 'com.google.android.finsky.activities.MainActivity',
|
||||||
matches: '[text^="体验 Google Play Pass"] +3 * > [text="以后再说"]',
|
matches: '[text="体验 Google Play Pass,免费试用 1 个月"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14958783',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14958783',
|
||||||
|
'https://i.gkd.li/i/15286041',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user