forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.gkid.crazyrope.ts
45 lines (44 loc) · 1.24 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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gkid.crazyrope',
name: '天天跳绳',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
activityIds: [
'com.gkid.crazyrope.ui.splash.StartPageActivity',
'com.gkid.crazyrope.ui.splash.SplashActivity',
],
rules: [
{
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12916417',
},
{
matches: '[id="com.gkid.crazyrope:id/splash_tv_skip"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12985488',
},
{
matches: 'LinearLayout[childCount=2] > [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13028151',
},
],
},
{
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://gkd-kit.gitee.io/import/12916419',
},
],
},
],
});