From 31f2e548b3a4526acbd9418a57f5a49440b88b2f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:29:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(WiFi=E4=B8=87=E8=83=BD=E9=92=A5=E5=8C=99)?= =?UTF-8?q?=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=BF=9E=E6=8E=A5WiFi?= =?UTF-8?q?=E5=90=8E=E5=BC=B9=E5=87=BA=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.snda.wifilocating.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.snda.wifilocating.ts b/src/apps/com.snda.wifilocating.ts index cffc5d13..ea86215f 100644 --- a/src/apps/com.snda.wifilocating.ts +++ b/src/apps/com.snda.wifilocating.ts @@ -26,5 +26,19 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '全屏广告-连接WiFi后弹出的广告', + desc: '点击关闭', + rules: [ + { + key: 0, + activityIds: 'com.wifitutu.ui.tools.SpeedUpBActivity', + quickFind: true, + matches: '[vid="native_express_close_proxy"]', + snapshotUrls: 'https://i.gkd.li/i/14622506', + }, + ], + }, ], });