mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(招商银行): 朝朝宝-广告弹窗,请求定位权限弹窗(默认关闭)(#309)
This commit is contained in:
@@ -8,7 +8,26 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'cmb.pb.app.mainframe.container.PBMainActivity',
|
activityIds: 'cmb.pb.app.mainframe.container.PBMainActivity',
|
||||||
rules: '[id=`cmb.pb:id/ll_launch_ad_skip_hot_area`]',
|
rules: '[id="cmb.pb:id/ll_launch_ad_skip_hot_area"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706015',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 10,
|
||||||
|
name: '朝朝宝-广告弹窗',
|
||||||
|
activityIds:
|
||||||
|
'cmb.pb.app.h5container.webviewcontainer.PBWebContainerActivity',
|
||||||
|
rules: '[id="cover-img"] + [text="关闭推荐"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706022',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 11,
|
||||||
|
name: '请求定位权限弹窗',
|
||||||
|
activityIds:
|
||||||
|
'cmb.pb.app.h5container.webviewcontainer.PBWebContainerActivity',
|
||||||
|
rules:
|
||||||
|
'@[id="cmb.pb:id/ivDelete"][desc="关闭"] - FrameLayout > [text*="开启定位"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706029',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user