-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathcn.mil.junhao.ts
51 lines (50 loc) · 1.34 KB
/
cn.mil.junhao.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
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.mil.junhao',
name: '中国军号',
groups: [
{
key: 0,
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
priorityTime: 10000,
rules: [
{
matches: '[vid="splash_adv_ship"]',
snapshotUrls: 'https://i.gkd.li/i/13806892',
},
],
},
{
key: 2,
name: '局部广告-右侧悬浮窗',
desc: '点击关闭',
rules: [
{
key: 0,
fastQuery: true,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.mediacloud.app.nav2.AppHome21Style',
matches:
'@ImageView[clickable=true][visibleToUser=true][childCount=0] <3 [vid="float_feedback"]',
snapshotUrls: 'https://i.gkd.li/i/13806896',
},
{
key: 1,
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.mediacloud.app.nav2.AppHome21Style',
matches:
'@ImageView[clickable=true][visibleToUser=true][childCount=0] <3 FrameLayout <2 [vid="fragment_containerx"]',
snapshotUrls: 'https://i.gkd.li/i/13806894',
},
],
},
],
});