forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient.android.yixiaotong.ts
More file actions
50 lines (48 loc) · 1.47 KB
/
client.android.yixiaotong.ts
File metadata and controls
50 lines (48 loc) · 1.47 KB
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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'client.android.yixiaotong',
name: '乐校通',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'client.android.yixiaotong.ui.WelcomeActivity',
matchLauncher: true,
rules:
'[id="client.android.yixiaotong:id/rel_advlogo"] - * >n [text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13055542',
},
{
key: 1,
name: '应用内广告弹窗',
activityIds:
'client.android.yixiaotong.v3.ui.appcontrol.bath.BathDetailActivity',
rules: [
// 腾讯广告
{
key: 0,
matches:
'ImageView - FrameLayout > ImageView +2 FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13055837',
},
// 快手广告
{
key: 2,
activityIds:
'client.android.yixiaotong.v3.ui.appcontrol.bath.BathDetailActivity',
matches:
'[id="client.android.yixiaotong:id/ksad_tk_view"] >n ViewGroup + ViewGroup > @ViewGroup > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13060116',
},
],
},
{
key: 2,
name: '应用内广告卡片',
activityIds:
'client.android.yixiaotong.v3.ui.appcontrol.bath.BathDetailActivity',
rules: 'ImageView - FrameLayout - FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13055542',
},
],
});