mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(央视体育): 局部广告-视频暂停时的广告
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user