From f857384906cc9c216b4e914f915b0a767c7f80c4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 21 Sep 2025 21:09:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=87=E8=83=BD=E9=81=A5=E6=8E=A7-?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A=20#1178?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.duokan.phone.remotecontroller.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.duokan.phone.remotecontroller.ts b/src/apps/com.duokan.phone.remotecontroller.ts index fbc11a2c..28e23208 100644 --- a/src/apps/com.duokan.phone.remotecontroller.ts +++ b/src/apps/com.duokan.phone.remotecontroller.ts @@ -21,5 +21,19 @@ export default defineGkdApp({ }, ], }, + { + key: 5, + name: '局部广告', + rules: [ + { + fastQuery: true, + activityIds: + 'com.xiaomi.mitv.phone.remotecontroller.HoriWidgetMainActivityV2', + matches: '[vid="image_close_banner"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/bf36812a-1bf9-43dc-aca5-f351c2f8d1f6', + snapshotUrls: 'https://i.gkd.li/i/22451785', + }, + ], + }, ], });