forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.codoon.gps.ts
31 lines (30 loc) · 891 Bytes
/
com.codoon.gps.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.codoon.gps',
name: '咕咚',
deprecatedKeys: [0],
groups: [
{
key: 1,
name: '广告弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'activity',
activityIds: 'com.codoon.gps.ui.SlideActivity',
rules: [
{
name: '首页-广告弹窗',
matches:
'[id="android:id/content"] >2 RelativeLayout > ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13358586',
},
{
name: '运动圈-广告弹窗',
matches:
'[id="android:id/content"] >4 FrameLayout > ImageView + FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13348663',
},
],
},
],
});