Files
AIsouler-GKD_subscription/src/apps/com.xinhang.mobileclient.ts
2024-01-03 01:06:35 +08:00

37 lines
1000 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xinhang.mobileclient',
name: '中国移动河南',
groups: [
{
key: 1,
name: '应用内广告弹窗',
activityIds: 'com.xinhang.mobileclient.home.activity.HomeActivity',
rules: [
{
key: 0,
matches: 'View[desc^="close"]',
snapshotUrls: 'https://i.gkd.li/import/13024867',
},
{
key: 1,
matches: 'View > View > TextView + TextView[text=""]',
snapshotUrls: 'https://i.gkd.li/import/13024869',
},
],
},
{
key: 2,
name: '右侧悬浮广告',
activityIds: 'com.xinhang.mobileclient.home.activity.HomeActivity',
rules:
'@[id="com.xinhang.mobileclient:id/iv_close"] + [id="com.xinhang.mobileclient:id/iv_advert"]',
snapshotUrls: [
'https://i.gkd.li/import/13024863',
'https://i.gkd.li/import/13024872',
],
},
],
});