Files
AIsouler-GKD_subscription/src/apps/cmb.pb.ts

34 lines
1017 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cmb.pb',
name: '招商银行',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'cmb.pb.app.mainframe.container.PBMainActivity',
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',
},
],
});