mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(移动爱家): 全屏广告-首页、局部广告-首页 (#528)
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
44
src/apps/com.cmri.universalapp.ts
Normal file
44
src/apps/com.cmri.universalapp.ts
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.cmri.universalapp',
|
||||||
|
name: '移动爱家',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[vid="ivCancelDlg"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17872852',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 6,
|
||||||
|
name: '局部广告-卡片广告',
|
||||||
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
activityIds: 'com.cmri.universalapp.SmartMainProxyActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '横幅式',
|
||||||
|
matches: '[vid="close_banner"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17872961',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '卡片信息流式',
|
||||||
|
matches: '[vid="iv_close"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17872961',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user