feat(央视体育): 局部广告-视频暂停时的广告

This commit is contained in:
AIsouler
2024-08-01 18:31:21 +08:00
parent e41f3ed3f6
commit 3b14b59340

View File

@@ -19,5 +19,21 @@ export default defineGkdApp({
},
],
},
{
key: 2,
name: '局部广告-视频暂停时的广告',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds:
'com.cctv.cctv5ultimate.videodetail.activity.VideoDetailActivity',
matches:
'@ImageView[clickable=true][childCount=0] + LinearLayout > [text="广告"]',
exampleUrls: 'https://e.gkd.li/26bf9fcc-9dda-4465-a4d5-3fd56a3addde',
snapshotUrls: 'https://i.gkd.li/i/16454650',
},
],
},
],
});