forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.miaoying.appmy.cs.ts
74 lines (73 loc) · 2.51 KB
/
com.miaoying.appmy.cs.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 { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.miaoying.appmy.cs',
name: '新小财神影视',
groups: [
{
key: -1,
name: '关闭公告栏',
desc: 'APP启动时出现的公告栏',
activityIds: [
'com.miaoying.appmy.cs.MainActivity',
'com.miui.home.launcher.Launcher',
],
rules: '@[desc="我知道了"] + [desc="了解更多"]',
snapshotUrls: 'https://i.gkd.li/import/12522872',
},
{
key: 0,
name: '内部弹窗广告',
desc: '点击右上角x按钮',
actionDelay: 750,
activityIds: [
'com.miaoying.appmy.cs.MainActivity',
'com.miui.home.launcher.Launcher',
],
rules: [
{
matches:
'@ImageView < FrameLayout -2 ImageView < FrameLayout + FrameLayout > FrameLayout > TextView[text.length=4]',
snapshotUrls: ['https://i.gkd.li/import/12565637'],
},
{
matches:
'@ImageView[desc=null&&id=null] < FrameLayout[childCount=1] +n FrameLayout[childCount<=1] + FrameLayout > FrameLayout > TextView[text.length=4]',
snapshotUrls: [
'https://i.gkd.li/import/12522881',
'https://i.gkd.li/import/12565480',
'https://i.gkd.li/import/12565507',
],
},
{
matches: [
'@ImageView < FrameLayout - ImageView < FrameLayout + FrameLayout > TextView[text.length=4]',
],
snapshotUrls: 'https://i.gkd.li/import/12565475',
},
{
matches: [
'@ImageView < FrameLayout + FrameLayout + ImageView + FrameLayout + FrameLayout > TextView[text.length=4]',
],
snapshotUrls: 'https://i.gkd.li/import/12565510',
},
{
matches:
'TextView[text=null] - FrameLayout > ImageView + FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/12565522',
},
],
},
{
key: 1,
actionDelay: 500,
name: '内部弹窗广告-2',
desc: '点击右上角文字[跳过],此广告相同节点存在两种卡片,一种能准确关闭,另外一种(出现较少)节点位置与实际位置不同故不能关闭,如误触可关闭',
activityIds: 'com.sigmob.sdk.base.common.TransparentAdActivity',
snapshotUrls: [
'https://i.gkd.li/import/12565375',
'https://i.gkd.li/import/12565408', // 节点位置错误的快照
],
rules: '[id="close_btn"][text="跳过"]',
},
],
});