From 3b14b59340f9fb7562ad034116c7e1288b12fa4c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 1 Aug 2024 18:31:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=AE=E8=A7=86=E4=BD=93=E8=82=B2):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=9A=82=E5=81=9C=E6=97=B6=E7=9A=84=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cctv.cctv5ultimate.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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', + }, + ], + }, ], });