-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathcom.android.thememanager.ts
74 lines (73 loc) · 2.01 KB
/
com.android.thememanager.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
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.android.thememanager',
name: '主题壁纸',
groups: [
{
key: 1,
name: '分段广告-信息流广告',
desc: '该广告的第二段需开启[智能服务]的对应规则才能关闭',
fastQuery: true,
rules: [
{
activityIds: [
'.ThemeResourceProxyTabActivity',
'.module.detail.view.ThemeDetailActivity',
'.v9.WallpaperSubjectActivity',
],
matches: '[vid="ad_close_btn"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/i/17143445',
'https://i.gkd.li/i/17143447',
'https://i.gkd.li/i/17675601',
],
},
],
},
{
key: 2,
name: '全屏广告-弹窗广告',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: [
'com.android.thememanager.ThemeResourceTabActivity',
'com.android.thememanager.ThemeResourceProxyTabActivity',
],
matches: 'ImageView[vid="cancel"][desc="关闭"]',
snapshotUrls: [
'https://i.gkd.li/i/13215038',
'https://i.gkd.li/i/15286330',
],
},
],
},
{
key: 3,
name: '局部广告-右下角悬浮窗广告',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
activityIds: [
'com.android.thememanager.ThemeResourceTabActivity',
'com.android.thememanager.ThemeResourceProxyTabActivity',
],
matches: '[vid="close"]',
exampleUrls:
'https://m.gkd.li/57941037/41ff6d56-e583-4e6e-9fb3-4efafaeedbd5',
snapshotUrls: [
'https://i.gkd.li/i/14722559',
'https://i.gkd.li/i/15286334',
],
},
],
},
],
});