forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.gkid.crazyrope.ts
58 lines (57 loc) · 1.51 KB
/
com.gkid.crazyrope.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gkid.crazyrope',
name: '天天跳绳',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/12916417',
},
{
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13028151',
'https://i.gkd.li/import/13195567',
'https://i.gkd.li/import/12985488',
],
},
],
},
{
key: 1,
name: '会员提示',
desc: '点击不需要',
quickFind: true,
activityIds: 'com.gkid.crazyrope.ui.member.MemberDiscountsActivity',
rules: [
{
matches: '[id="com.gkid.crazyrope:id/btn_close"][text="暂不需要"]',
snapshotUrls: 'https://i.gkd.li/import/12916419',
},
],
},
{
key: 2,
name: '浮窗广告',
desc: '二步确认',
quickFind: true,
activityIds: 'com.gkid.crazyrope.ui.drillcommon.DrillActivity',
rules: [
'[id="com.gkid.crazyrope:id/iv_close"]',
'[id="com.gkid.crazyrope:id/tv_close"][text="关闭广告"]',
],
snapshotUrls: [
'https://i.gkd.li/import/13262845',
'https://i.gkd.li/import/13262844',
],
},
],
});