mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
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:
@@ -11,5 +11,12 @@ export default defineAppConfig({
|
||||
rules: '[id="cn.com.hkgt.gasapp:id/mCountDownTextView"][text$="跳过"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user