-
-
Notifications
You must be signed in to change notification settings - Fork 218
/
Copy pathcom.android.bankabc.ts
94 lines (93 loc) · 2.39 KB
/
com.android.bankabc.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
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.android.bankabc',
name: '中国农业银行',
groups: [
{
key: 1,
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
priorityTime: 10000,
rules: [
{
key: 0,
matches: '[id="com.android.bankabc:id/close"]',
exampleUrls:
'https://m.gkd.li/57941037/67cfc2f8-a108-4382-976a-0da7d13764e9',
snapshotUrls: 'https://i.gkd.li/i/14179162',
},
{
key: 1,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/a5f6ec81-04f6-4678-b1d5-f2f326521945',
snapshotUrls: 'https://i.gkd.li/i/17879768',
},
],
},
{
key: 2,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: '.MainActivity',
rules: [
{
key: 0,
matches: '[vid="upgrade_checkbox"][checked=false]',
snapshotUrls: [
'https://i.gkd.li/i/14208545',
'https://i.gkd.li/i/16410094',
],
},
{
preKeys: [0],
key: 1,
matches: '[vid="negativeTextView"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/14208545',
},
{
preKeys: [0],
key: 2,
matches: '[vid="iv_negative"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/16410094',
},
],
},
{
key: 3,
name: '权限提示-定位权限',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.MainActivity',
matches: '[text="允许获取位置信息"] +n * > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/14208572',
},
],
},
{
key: 4,
name: '权限提示-通知权限',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.MainActivity',
matches: '[vid="iv_notification_reminder_dialog_close"]',
snapshotUrls: 'https://i.gkd.li/i/14208621',
},
],
},
],
});