forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.myapp.app.xaoorti.ts
52 lines (51 loc) · 1.59 KB
/
com.myapp.app.xaoorti.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.myapp.app.xaoorti',
name: '天天视频',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 0,
name: '快手广告-1',
activityIds: 'com.ys.resemble.ui.login.splash.SplashADSetActivity',
matches: [
'ViewGroup > ViewGroup > [text="广告"]',
'ViewGroup[childCount=3] > TextView + TextView + ImageView[clickable=true]',
],
snapshotUrls: 'https://i.gkd.li/import/13520475',
},
{
key: 1,
name: '快手广告-2',
activityIds: 'com.ys.resemble.ui.MainActivity',
matches: [
'ViewGroup > ViewGroup > [text="广告"]',
'@ViewGroup > [text="跳过"]',
],
snapshotUrls: 'https://i.gkd.li/import/13546700',
},
{
key: 2,
name: '快手广告-3',
activityIds: 'com.ys.resemble.ui.MainActivity',
matches: [
'ViewGroup > ViewGroup > [text="广告"]',
'ViewGroup > @ViewGroup[childCount=1] > ImageView[childCount=0]',
],
snapshotUrls: 'https://i.gkd.li/import/13546701',
},
{
key: 3,
name: '腾讯广告',
activityIds: 'com.ys.resemble.ui.login.splash.SplashADSetActivity',
matches:
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13520477',
},
],
},
],
});