From 9c9987ad5aef10e67828e0fcbbebf30fd6d4ea3e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 17 Jun 2025 21:08:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=8E=E4=B8=BA=E8=A7=86=E9=A2=91-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20#994?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.himovie.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.huawei.himovie.ts b/src/apps/com.huawei.himovie.ts index 051635f7..acf160d5 100644 --- a/src/apps/com.huawei.himovie.ts +++ b/src/apps/com.huawei.himovie.ts @@ -33,5 +33,23 @@ export default defineGkdApp({ }, ], }, + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: + 'com.huawei.video.content.impl.explore.main.activity.MainActivity', + matches: '[vid="advert_dialog_close_image_view"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/c842b073-bbea-4a37-a45b-4d2a86cfa6c5', + snapshotUrls: 'https://i.gkd.li/i/20775878', + }, + ], + }, ], });