forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.aster.zhbj.ts
89 lines (88 loc) · 2.86 KB
/
com.aster.zhbj.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.aster.zhbj',
name: '喵上漫画',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击右上角跳过',
matchLauncher: true,
rules: [
{
activityIds: [
'com.aster.comic.app.ad.view.mediation.MediationSplashAdActivity',
'com.aster.comic.app.ad.view.mediation.MediationAppResumeSplashAdActivity',
'com.aster.comic.app.view.reader.ReaderActivity',
],
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12981243',
'https://gkd-kit.gitee.io/import/13029855',
'https://gkd-kit.gitee.io/import/13043320',
'https://gkd-kit.gitee.io/import/13043344',
],
},
],
},
{
key: 1,
name: '应用内广告弹窗',
desc: '点击右上角x',
rules: [
// 腾讯广告
{
key: 0,
activityIds: 'com.bbk.launcher2.Launcher',
matches: 'ImageView - FrameLayout > FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/12777325',
},
{
key: 1,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
matches:
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13029880',
},
{
key: 2,
activityIds: 'com.aster.comic.app.view.MainActivity',
matches:
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12872249',
},
// 字节广告
{
key: 3,
activityIds: 'com.aster.comic.app.view.MainActivity',
matches: '[desc^="webview-close"] > View',
snapshotUrls: 'https://i.gkd.li/import/12903062',
},
{
key: 4,
activityIds: [
'com.aster.comic.app.view.MainActivity',
'ImageView - FrameLayout > FrameLayout > ImageView',
],
matches: 'ImageView - FrameLayout > FrameLayout > ImageView',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12984767',
'https://gkd-kit.gitee.io/import/12998908',
],
},
{
key: 11,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'@Image[text=""] < View + View +n View > View > TextView[text="广告"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12996953',
'https://gkd-kit.gitee.io/import/13003644',
],
},
],
},
],
});