forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.tencent.cmocmna.ts
More file actions
39 lines (38 loc) · 1.2 KB
/
com.tencent.cmocmna.ts
File metadata and controls
39 lines (38 loc) · 1.2 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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tencent.cmocmna',
name: '腾讯手游加速器',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.tencent.mocmna.activity.MainActivity',
matchLauncher: true,
quickFind: true,
rules: '[text$="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12847303',
},
{
key: 1,
name: '悬浮广告',
activityIds: 'com.tencent.mocmna.activity.MainActivity',
rules:
'ViewGroup[childCount=2] > @ImageView[id!=null][clickable=true] + ImageView',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12847323',
'https://gkd-kit.gitee.io/import/12847336',
'https://i.gkd.li/import/13063271', // 限定 [clickable=true] 防止在此快照中点击左上角头像
],
},
{
key: 2,
name: '信息流内嵌广告',
activityIds: 'com.tencent.mocmna.activity.MainActivity',
rules: 'ImageView - ViewGroup > ImageView + ImageView + ImageView',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12847340',
'https://gkd-kit.gitee.io/import/12847364',
],
},
],
});