forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.xueqiu.android.ts
37 lines (36 loc) · 1019 Bytes
/
com.xueqiu.android.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xueqiu.android',
name: '雪球',
groups: [
{
key: 1,
name: '首页广告',
rules: [
{
quickFind: true,
activityIds:
'com.xueqiu.android.mainnesting.view.MainNestingActivity',
matches: '[id=`com.xueqiu.android:id/ad_close`]',
exampleUrls:
'https://m.gkd.li/33366298/d05d1eec-cda5-4d37-a494-8eef7b7871dd',
snapshotUrls: 'https://i.gkd.li/import/13388227',
},
],
},
{
key: 2,
name: '评论区广告',
rules: [
{
quickFind: true,
activityIds: 'com.xueqiu.android.community.StatusDetailActivity',
matches: '[id=`com.xueqiu.android:id/ad_card_close`]',
exampleUrls:
'https://m.gkd.li/33366298/b223cc74-fd4f-45a2-89ab-4a18ddffc01c',
snapshotUrls: 'https://i.gkd.li/import/13388361',
},
],
},
],
});