mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(Google Play 商店): 全屏广告-弹窗广告(补充规则)
This commit is contained in:
@@ -19,13 +19,15 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '全屏广告-[体验 Google Play Pass]弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
desc: '点击[以后再说]',
|
desc: '点击[以后再说]',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '体验 Google Play Pass',
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.5',
|
left: 'width * 0.5',
|
||||||
top: 'width * 1.5',
|
top: 'width * 1.5',
|
||||||
@@ -37,6 +39,12 @@ export default defineGkdApp({
|
|||||||
'https://i.gkd.li/i/15286041',
|
'https://i.gkd.li/i/15286041',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '隆重推出 Google Play Points 计划',
|
||||||
|
matches: '[text="以后再说"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15335350',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user