mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:53:40 +08:00
feat(招商银行): 朝朝宝-广告弹窗,请求定位权限弹窗(默认关闭)(#309)
This commit is contained in:
parent
3c2236b9d9
commit
8a28db11fb
|
@ -8,7 +8,26 @@ export default defineAppConfig({
|
|||
key: 0,
|
||||
name: '开屏广告',
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user