From e5549f3a073cfca03c1fd1c1642c08a1f903639b Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 18 Feb 2024 18:09:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8A=92=E6=9E=9CTV):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=86=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=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.hunantv.imgo.activity.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.hunantv.imgo.activity.ts b/src/apps/com.hunantv.imgo.activity.ts index 2c543f54..cad98496 100644 --- a/src/apps/com.hunantv.imgo.activity.ts +++ b/src/apps/com.hunantv.imgo.activity.ts @@ -78,5 +78,21 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '全屏广告-视频播放时的广告', + desc: '点击[关闭广告]', + rules: [ + { + key: 0, + quickFind: true, + activityIds: 'com.mgtv.ui.videoplay.MGVideoPlayActivity', + matches: '[text="关闭广告"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/386d0906-f81f-43d2-af7f-adc3ab0ea5a6', + snapshotUrls: 'https://i.gkd.li/import/14322017', + }, + ], + }, ], });