-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.xueqiu.android.ts
More file actions
37 lines (36 loc) · 1.01 KB
/
com.xueqiu.android.ts
File metadata and controls
37 lines (36 loc) · 1.01 KB
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 { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.xueqiu.android',
name: '雪球',
groups: [
{
key: 1,
name: '局部广告-信息流广告',
rules: [
{
fastQuery: 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/i/13388227',
},
],
},
{
key: 2,
name: '局部广告-评论区广告',
rules: [
{
fastQuery: 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/i/13388361',
},
],
},
],
});