From 881c8b671eb21328bfe9153af1d36e78f0b51c27 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 4 Apr 2025 19:55:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20biubiu=E5=8A=A0=E9=80=9F=E5=99=A8-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#829?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.njh.biubiu.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.njh.biubiu.ts b/src/apps/com.njh.biubiu.ts index 5d751464..f4218279 100644 --- a/src/apps/com.njh.biubiu.ts +++ b/src/apps/com.njh.biubiu.ts @@ -42,5 +42,19 @@ export default defineGkdApp({ }, ], }, + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'com.njh.ping.speedup.detail.fragment.LaunchVPNActivity', + matches: '[vid="iv_listitem_dislike"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/13a828c7-b94d-463f-bceb-a92fa7ff069a', + snapshotUrls: 'https://i.gkd.li/i/19603369', + }, + ], + }, ], });