mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(360摄像机): 全屏广告-弹窗广告 (#472)
This commit is contained in:
@@ -6,22 +6,34 @@ export default defineGkdApp({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '局部广告-卡录像界面广告',
|
name: '局部广告-卡片广告',
|
||||||
actionMaximum: 1,
|
|
||||||
activityIds: 'com.qihoo.jia.playpage.RecordPlayActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
name: '视频下方卡片广告',
|
actionMaximum: 1,
|
||||||
matches:
|
activityIds: 'com.qihoo.jia.playpage.RecordPlayActivity',
|
||||||
'ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '云收藏弹窗广告',
|
name: '云收藏弹窗广告',
|
||||||
matches:
|
matches:
|
||||||
'ViewGroup > @ImageView[clickable=true] -n TextView[text="云收藏"]',
|
'ViewGroup > @ImageView[clickable=true] -n TextView[text="云收藏"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/13630755',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.qihoo.jia.ui.activity.TabMainActivity',
|
||||||
|
matches:
|
||||||
|
'[id="android:id/content"] >2 FrameLayout[childCount=3] > FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/c88cdec7-e6da-4bbf-821c-76459d0daff9',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17656326',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13630755',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user