forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.xiachufang.ts
61 lines (60 loc) · 1.92 KB
/
com.xiachufang.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
49
50
51
52
53
54
55
56
57
58
59
60
61
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiachufang',
name: '下厨房',
groups: [
{
key: 1,
name: '卡片式广告',
rules: [
{
key: 1,
name: '菜谱底部卡片广告-1',
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
quickFind: true,
matches: '[id="com.xiachufang:id/ad_close"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/13348710',
},
{
key: 2,
name: '菜谱底部卡片广告-2',
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
quickFind: true,
matches:
'[id="com.xiachufang:id/jad_feed_close"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/13363079',
},
{
key: 3,
name: '菜谱底部卡片广告-1-弹出窗口',
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
quickFind: true,
matches: '[id="com.byted.pangle:id/tt_item_tv"][text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13454534',
},
{
key: 4,
name: '菜谱底部卡片广告-3',
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
quickFind: true,
matches:
'[id="com.xiachufang:id/fl_container"] >6 [name="android.widget.ImageView" && width=32]',
snapshotUrls: 'https://i.gkd.li/import/13484117',
},
],
},
{
key: 2,
name: '厨房问卷',
rules: [
{
key: 1,
name: '厨房问卷',
activityIds: 'com.xiachufang.activity.recipe.RecipeDetailActivity',
matches: '[text^="厨房问卷"] + [desc="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13363042',
},
],
},
],
});