forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.babycloud.hanju.ts
42 lines (41 loc) · 1014 Bytes
/
com.babycloud.hanju.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.babycloud.hanju',
name: '韩小圈',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text*="跳过"][text.length<=5]',
snapshotUrls: 'https://i.gkd.li/import/13234983',
},
],
},
{
key: 2,
name: '卡片式广告',
rules: [
{
key: 0,
activityIds: [
'com.babycloud.hanju.ui.activity.HanjuSeriesActivity',
'com.babycloud.hanju.ui.activity.HanjuHomeActivity',
],
quickFind: true,
matches:
'[id="com.babycloud.hanju:id/unified_ad_close"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/import/13628282',
'https://i.gkd.li/import/13670721',
],
},
],
},
],
});