forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.danlan.xiaolan.ts
48 lines (47 loc) · 1.27 KB
/
com.danlan.xiaolan.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.danlan.xiaolan',
name: 'Blued极速版',
deprecatedKeys: [0],
groups: [
{
key: 1,
quickFind: true,
name: '附近的人-广告卡片',
activityIds: 'com.soft.blued.ui.home.HomeActivity',
rules: [
{
key: 0,
matches:
'[id="com.danlan.xiaolan:id/ad_container"] >n [id="com.danlan.xiaolan:id/img_close"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13421613',
},
{
preKeys: [0],
key: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13421622',
},
],
},
{
key: 3,
quickFind: true,
name: '来访-广告卡片',
activityIds: 'com.blued.android.core.ui.TerminalActivity',
rules: [
{
key: 0,
matches: '[id="com.danlan.xiaolan:id/img_close"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13421923',
},
{
preKeys: [0],
key: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13422170',
},
],
},
],
});