-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.eno.android.cj.page.ts
More file actions
188 lines (187 loc) · 4.86 KB
/
Copy pathcom.eno.android.cj.page.ts
File metadata and controls
188 lines (187 loc) · 4.86 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.eno.android.cj.page',
name: '长江e号',
groups: [
{
key: 1,
name: '弹窗',
desc: '260120,添加风险提示',
rules: [
{
matches: [
'([vid="dlg_home_annc_title"][text*="风险提示"] +n * [text="关闭"]) || ([vid="dlg_home_annc_buttons"] > [text="关闭"])',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.cjeh.view.main.CJMainNewActivity'],
},
],
},
{
key: 2,
name: '弹窗复盘',
desc: '260129,增加IDS',
rules: [
{
matches: [
'@[vid="fupan_report_close_iv"] + [vid="fupan_report_main_content_iv"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: [
'com.eno.android.cj.page.Activity_b_fs_fold_for_hold',
'com.cjsc.cjeh.view.main.CJMainNewActivity',
'com.eno.android.cj.page.Activity_a_jy_new',
],
},
],
},
{
key: 3,
name: '弹窗2',
desc: '',
rules: [
{
matches: ['[vid="content_iv"] + [vid="close_iv"]'],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.cjeh.view.main.CJMainNewActivity'],
},
],
},
{
key: 4,
name: '长按删除',
desc: '',
rules: [
{
matches: [
'LinearLayout > [vid="zx_pop_long_click_delete"][text="删除"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.cjeh.view.main.CJMainNewActivity'],
},
],
},
{
key: 5,
name: '申购提醒',
desc: '251209',
rules: [
{
matches: [
'[vid="global_newstock_title"][text="申购提醒"] +n * [vid="global_newstock_sure"][text="去申购"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.cjeh.view.main.CJMainNewActivity'],
},
],
},
{
key: 6,
name: '股东投标提醒',
desc: '251230',
rules: [
{
matches: ['[vid="dlg_home_annc_buttons"] > [text="我知道了"]'],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.cjeh.view.main.CJMainNewActivity'],
},
],
},
{
key: 7,
name: '风险提示',
desc: '260115',
rules: [
{
matches: [
'[vid="dlg_home_annc_title"][text*="风险提示"] + * [text="关闭"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.platform.NewLoginActivity'],
},
],
},
{
key: 8,
name: '申购高风险产品提示',
desc: '260115',
rules: [
{
matches: [
'[vid="title_Text"][text="高风险产品提示" || text="适当性检查结果" || text="适当性评估结果确认书" || text="提示"] <<n * +n * > [vid="m_definite"][text="确定" || text="继续" || text="查看"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: [
'com.eno.android.cj.page.trade.more.TradeMoreItemActivity',
],
},
],
},
{
key: 9,
name: '我已阅读协议',
desc: '260115',
rules: [
{
matches: ['[vid="simple_webview_read_tv"][text="我已阅读协议"]'],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.platform.pdf.HtmlViewerActivity'],
},
],
},
{
key: 10,
name: '立即签署协议',
desc: '260116,添加阅读协议',
rules: [
{
matches: [
'([vid="confirmBtn"][clickable=true][text="立即签署协议"]) || (@[vid="protocolLayout"] > [vid="protocolUnread"])',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.platform.SignProtocolActivity'],
},
],
},
{
key: 11,
name: '测试公告弹窗',
desc: '260117',
rules: [
{
matches: [
'[vid="dlg_home_annc_title"][text*="公告"] + * [text="关闭"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.platform.NewLoginActivity'],
},
],
},
{
key: 12,
name: '复盘弹窗3',
desc: '260205,先观察',
rules: [
{
matches: [
'@[vid="fupan_report_close_iv"] + [vid="fupan_report_main_content_iv"]',
],
fastQuery: true,
resetMatch: 'match',
activityIds: ['com.cjsc.cjeh.view.main.CJMainNewActivity'],
},
],
},
],
});