forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.gentle.ppcat.ts
52 lines (51 loc) · 1.59 KB
/
com.gentle.ppcat.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gentle.ppcat',
name: '皮皮喵',
groups: [
{
key: 0,
name: '开屏广告',
rules: [
{
key: 0,
activityIds: [
'com.qq.e.ads.PortraitADActivity',
'com.qq.e.ads.LandscapeADActivity',
],
matches: '@FrameLayout - LinearLayout [text$="惊喜奖励"]',
snapshotUrls: [
'https://i.gkd.li/import/12777048',
'https://i.gkd.li/import/12858015',
],
},
{
key: 1,
activityIds: 'com.qq.e.ads.PortraitADActivity',
matches: '[text="放弃奖励离开"]',
snapshotUrls: 'https://i.gkd.li/import/12777058',
},
{
key: 2,
activityIds: 'com.qq.e.ads.PortraitADActivity',
matches: '@ImageView - WebView > [text="优量汇-插屏视频endcard"]',
snapshotUrls: 'https://i.gkd.li/import/12777051',
},
{
key: 3,
activityIds: [
'com.qq.e.ads.PortraitADActivity',
'com.gentle.ppcat.MainActivity',
'com.hihonor.android.launcher.drawer.DrawerLauncher',
],
matches: '[desc="关闭喵"]',
snapshotUrls: [
'https://i.gkd.li/import/12777059',
'https://i.gkd.li/import/12777054', // activityId: 'com.gentle.ppcat.MainActivity'
'https://i.gkd.li/import/13797494', // activityId: 'com.hihonor.android.launcher.drawer.DrawerLauncher'
],
},
],
},
],
});