forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.ifeng.news2.ts
69 lines (68 loc) · 2.25 KB
/
com.ifeng.news2.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ifeng.news2',
name: '凤凰新闻',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
rules: '[id="com.ifeng.news2:id/skip_layout"] > [text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12705529',
},
{
key: 1,
name: '信息流广告',
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
rules: [
{
key: 1,
matches:
'[id="com.ifeng.news2:id/adv_label"] + [id="com.ifeng.news2:id/normal_item_delete_wrap"]',
snapshotUrls: 'https://i.gkd.li/import/12705500',
},
{
key: 2,
matches:
'@[id="com.ifeng.news2:id/img_feedback_left_of_image"] - LinearLayout >(2) [id="com.ifeng.news2:id/adv_label"]',
snapshotUrls: 'https://i.gkd.li/import/12705508',
},
{
key: 3,
matches:
'[id="com.ifeng.news2:id/adv_icon"] + LinearLayout[id="com.ifeng.news2:id/normal_item_delete_wrap"]',
snapshotUrls: 'https://i.gkd.li/import/12705511',
},
{
key: 4,
matches:
'[id="com.ifeng.news2:id/adv_icon"] + TextView + [id="com.ifeng.news2:id/normal_item_delete_wrap"]',
snapshotUrls: 'https://i.gkd.li/import/12705518',
},
{
key: 5,
matches:
'[id="com.ifeng.news2:id/adv_label"] + [id="com.ifeng.news2:id/iv_item_del"]',
snapshotUrls: 'https://i.gkd.li/import/12705520',
},
{
preKeys: [1, 2, 3, 4, 5],
key: 9,
matches:
'@[id="com.ifeng.news2:id/dialog_dislike_feedback_normal_item_linearlayout"] > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/12705505',
},
],
},
{
enable: true,
key: 10,
name: '请求位置权限弹窗',
desc: '自动点击取消',
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
rules:
'[text*="请求您的位置"] + [id="com.ifeng.news2:id/permission_cancel"]',
snapshotUrls: 'https://i.gkd.li/import/12705531',
},
],
});