forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.hexin.plat.android.ts
59 lines (58 loc) · 1.67 KB
/
com.hexin.plat.android.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hexin.plat.android',
name: '同花顺',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: [
'com.hexin.plat.android.Hexin',
'com.miui.home.launcher.Launcher',
],
rules: [
{
matches:
'[id="com.hexin.plat.android:id/ad_image"] + [id="com.hexin.plat.android:id/skip_tv"]',
snapshotUrls: [
'https://i.gkd.li/import/12662631',
'https://i.gkd.li/import/12662620',
],
},
],
},
{
key: 1,
name: '信息流广告',
desc: '信息流广告-点击x按钮-点击内容质量差',
activityIds: ['com.hexin.plat.android.Hexin'],
rules: [
{
key: 1,
matches:
'@[id="com.hexin.plat.android:id/iv_feed_bottom_bar_dislike"] < LinearLayout -(2) LinearLayout >(2) [text="广告"]',
snapshotUrls: ['https://i.gkd.li/import/12662754'],
},
{
preKeys: [1],
key: 2,
matches:
'[id="com.hexin.plat.android:id/tv_negative_feedback_option"][text="内容质量差"] - ImageView < LinearLayout[clickable=true]',
snapshotUrls: ['https://i.gkd.li/import/12662781'],
},
],
},
{
key: 10,
name: '指数页面-底部产品广告',
activityIds: ['com.hexin.plat.android'],
rules: [
{
matches:
'[id="com.hexin.plat.android:id/prod_ad"] + [id="com.hexin.plat.android:id/prod_close_image"]',
snapshotUrls: ['https://i.gkd.li/import/12662656'],
},
],
},
],
});