-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathcn.xiaochuankeji.tieba.ts
105 lines (104 loc) · 3.02 KB
/
cn.xiaochuankeji.tieba.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.xiaochuankeji.tieba',
name: '最右',
groups: [
{
key: -1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
priorityTime: 10000,
rules: [
{
key: 0,
fastQuery: true,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/15858014',
'https://i.gkd.li/i/15858024',
],
},
{
key: 1,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][text=null][visibleToUser=true] + TextView[visibleToUser=true][text=null][index=parent.childCount.minus(1)]',
snapshotUrls: 'https://i.gkd.li/i/15858023',
},
{
key: 2,
position: {
left: 'width * 0.8903',
top: 'width * 0.1342',
},
matches: '[vid="contentView"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/15856190',
'https://i.gkd.li/i/15858008',
],
},
],
},
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.ui.home.setting.SettingActivity',
matches:
'[id="cn.xiaochuankeji.tieba:id/btn_ok"][text^="马上升级"] + [id="cn.xiaochuankeji.tieba:id/btn_cancel"][text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/12660882',
},
],
},
{
key: 3,
name: '分段广告-评论区卡片广告',
activityIds:
'cn.xiaochuankeji.tieba.ui.post.postdetail.PostDetailActivity',
rules: [
{
key: 1,
matches:
'[id="cn.xiaochuankeji.tieba:id/hh_hermes_ad_tag"] + [id="cn.xiaochuankeji.tieba:id/iv_close"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/i/12661011',
},
{
preKeys: [1],
key: 2,
matches:
'[id="cn.xiaochuankeji.tieba:id/iv_dislike_reason"] + LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/12661028',
},
],
},
{
key: 10,
name: '权限提示-通知权限',
desc: '系统通知弹窗,点击暂不开启',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: '.ui.home.page.PageMainActivity',
rules: [
{
key: 1,
matches:
'[id="cn.xiaochuankeji.tieba:id/confirm"][text="打开通知"] + [id="cn.xiaochuankeji.tieba:id/cancel"][text="暂不开启"]',
snapshotUrls: 'https://i.gkd.li/i/12660823',
},
{
key: 2,
matches:
'[text^="开启通知"] +(2) [id="cn.xiaochuankeji.tieba:id/tips_close"]',
snapshotUrls: 'https://i.gkd.li/i/12660851',
},
],
},
],
});