mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
37 lines
997 B
TypeScript
37 lines
997 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/i/13024867',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: 'View > View > TextView + TextView[text=""]',
|
|
snapshotUrls: 'https://i.gkd.li/i/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/i/13024863',
|
|
'https://i.gkd.li/i/13024872',
|
|
],
|
|
},
|
|
],
|
|
});
|