From f7761e5687e4b9e1c23da61e55102735ede4c146 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 12 May 2024 09:24:54 +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=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E8=BF=9E=E6=8E=A5WiFi?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=8F=B3=E4=BE=A7=E6=82=AC=E6=B5=AE=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E3=80=81=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E2=80=9C=E6=88=91=E7=9A=84=E2=80=9D=E7=95=8C=E9=9D=A2=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=8D=A1=E7=89=87=20(#212)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.snda.wifilocating.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/apps/com.snda.wifilocating.ts b/src/apps/com.snda.wifilocating.ts index 6eb79cb8..e05cbca4 100644 --- a/src/apps/com.snda.wifilocating.ts +++ b/src/apps/com.snda.wifilocating.ts @@ -67,5 +67,31 @@ export default defineGkdApp({ }, ], }, + { + key: 4, + name: '局部广告-连接WiFi界面右侧悬浮广告', + rules: [ + { + key: 0, + quickFind: true, + activityIds: 'com.wifitutu.ui.main.MainActivity', + matches: '[vid="img_close"]', + snapshotUrls: 'https://i.gkd.li/i/15284722', + }, + ], + }, + { + key: 5, + name: '局部广告-“我的”界面广告卡片', + rules: [ + { + key: 0, + quickFind: true, + activityIds: 'com.wifitutu.ui.main.MainActivity', + matches: '@* - [vid="native_express_ad_logo_tv"]', + snapshotUrls: 'https://i.gkd.li/i/15284730', + }, + ], + }, ], });