-
-
Notifications
You must be signed in to change notification settings - Fork 218
/
Copy pathcom.android.contacts.ts
43 lines (42 loc) · 1.11 KB
/
com.android.contacts.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
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.android.contacts',
name: '通讯录与拨号',
groups: [
{
key: 1,
name: '全屏广告-弹窗广告',
desc: '点击关闭',
fastQuery: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
activityIds:
'com.mobile.businesshall.ui.common.RecommendPopupActivity',
matches: '[vid="img_close_btn"][clickable=true][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/a3ad68fc-4a2e-45e2-87d3-97ece1fceaa4',
snapshotUrls: 'https://i.gkd.li/i/14321032',
},
],
},
{
key: 2,
name: '更新提示',
desc: '点击[取消]',
fastQuery: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '@[text="取消"] +2 [text="更新"]',
exampleUrls:
'https://m.gkd.li/57941037/803695f8-48e1-43e8-8841-ec0288393489',
snapshotUrls: 'https://i.gkd.li/i/14469082',
},
],
},
],
});