forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.qiekj.user.ts
34 lines (33 loc) · 954 Bytes
/
com.qiekj.user.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qiekj.user',
name: '胖乖生活',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.qiekj.user.MainActivity',
matchLauncher: true,
rules: [
{
key: 0,
matches:
'[id="com.qiekj.user:id/native_splash_view"] >n [text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12903088',
},
{
key: 1,
matches:
'[id="com.kwad.dy.sdk:id/ksad_splash_root_container"] >n [text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12903086',
},
{
key: 2,
matches:
'[id="com.kwad.dy.sdk:id/ksad_splash_root_container"] >n ViewGroup > TextView + TextView + ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/12903095',
},
],
},
],
});