forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.tima.carnet.m.main.ts
More file actions
37 lines (36 loc) · 956 Bytes
/
com.tima.carnet.m.main.ts
File metadata and controls
37 lines (36 loc) · 956 Bytes
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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tima.carnet.m.main',
name: '钛马星',
groups: [
{
key: 1,
name: '开屏广告',
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/22029832/5aa3f016-d33c-4821-91bd-f23235b04ad3',
'https://gkd-kit.gitee.io/import/12594568',
'https://gkd-kit.gitee.io/import/12594574',
],
},
],
},
{
key: 2,
name: '每日弹窗广告',
activityIds: [
'com.tima.carnet.m.main.lib.common.dialog.TimaLoadingDialog',
],
rules: [
{
matches: [
'CheckBox[id$="today_will_not_shown"] + ImageButton[clickable=true]',
],
snapshotUrls: ['https://gkd-kit.gitee.io/import/12654432'],
},
],
},
],
});