diff --git a/src/apps/com.cctv.cctv5ultimate.ts b/src/apps/com.cctv.cctv5ultimate.ts index a32a5d07..367ad076 100644 --- a/src/apps/com.cctv.cctv5ultimate.ts +++ b/src/apps/com.cctv.cctv5ultimate.ts @@ -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', + }, + ], + }, ], });