Skip to content

Commit 9af4b3b

Browse files
authored
feat(移动爱家): 全屏广告-首页、局部广告-首页
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com>
1 parent 5b6a8a0 commit 9af4b3b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/apps/com.cmri.universalapp.ts

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'com.cmri.universalapp',
5+
name: '移动爱家',
6+
groups: [
7+
{
8+
key: 5,
9+
name: '全屏广告-首页',
10+
fastQuery: true,
11+
matchTime: 10000,
12+
actionMaximum: 1,
13+
resetMatch: 'app',
14+
rules: '[vid="ivCancelDlg"][visibleToUser=true]',
15+
snapshotUrls: 'https://i.gkd.li/i/17872852',
16+
},
17+
{
18+
key: 6,
19+
name: '局部广告-首页',
20+
fastQuery: true,
21+
matchTime: 10000,
22+
actionMaximum: 1,
23+
activityIds: 'com.cmri.universalapp.SmartMainProxyActivity',
24+
rules: [
25+
{
26+
name: '横幅式',
27+
matches: '[vid="close_banner"][visibleToUser=true]',
28+
snapshotUrls: 'https://i.gkd.li/i/17872961',
29+
},
30+
{
31+
name: '卡片信息流式',
32+
matches: '[vid="iv_close"][visibleToUser=true]',
33+
snapshotUrls: 'https://i.gkd.li/i/17872961',
34+
},
35+
],
36+
},
37+
],
38+
});

0 commit comments

Comments
 (0)