feat(易捷加油): 弹窗广告 (#475)

* feat: 新增摩托范弹窗规则

* feat(摩托范): 弹窗广告-添加示例

* feat(易捷加油): app内弹窗广告

* feat(cellular_z): 开屏广告

---------

Co-authored-by: shanlan <hi@gobyte.cn>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
shanlanCoding
2023-09-28 19:52:59 +08:00
committed by GitHub
parent 203c1f05e1
commit f8ededa5fe
2 changed files with 18 additions and 0 deletions

View File

@@ -11,5 +11,12 @@ export default defineAppConfig({
rules: '[id="cn.com.hkgt.gasapp:id/mCountDownTextView"][text$="跳过"]', rules: '[id="cn.com.hkgt.gasapp:id/mCountDownTextView"][text$="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12740125', snapshotUrls: 'https://gkd-kit.songe.li/import/12740125',
}, },
{
key: 1,
name: '广告弹窗',
activityIds: 'cn.com.hkgt.gasapp.dialog.BannerDialog',
rules: 'ImageView[id="cn.com.hkgt.gasapp:id/exit"][clickable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12744270',
},
], ],
}); });

View File

@@ -19,5 +19,16 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '开屏广告-跳过按钮',
activityIds: 'make.more.r2d2.cellular_z.activity.SplashGMActivity',
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12747314',
},
],
},
], ],
}); });