feat(Google Play 商店): 全屏广告-弹窗广告(补充规则)

This commit is contained in:
AIsouler
2024-05-16 21:00:17 +08:00
parent cfba09e101
commit 0e6b618ed1

View File

@@ -19,13 +19,15 @@ export default defineGkdApp({
},
{
key: 2,
name: '全屏广告-[体验 Google Play Pass]弹窗',
name: '全屏广告-弹窗广告',
desc: '点击[以后再说]',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
name: '体验 Google Play Pass',
position: {
left: 'width * 0.5',
top: 'width * 1.5',
@@ -37,6 +39,12 @@ export default defineGkdApp({
'https://i.gkd.li/i/15286041',
],
},
{
key: 1,
name: '隆重推出 Google Play Points 计划',
matches: '[text="以后再说"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/15335350',
},
],
},
],