From fbb21d412ba32a1b31dacb8d64fe51f924eb7cd8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 30 Mar 2024 18:39:10 +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=8A=9F=E8=83=BD=E7=B1=BB-=E5=8A=A0=E9=80=9F=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=90=8E=E8=87=AA=E5=8A=A8=E7=82=B9=E5=87=BB=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= 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 ea86215f..19383c43 100644 --- a/src/apps/com.snda.wifilocating.ts +++ b/src/apps/com.snda.wifilocating.ts @@ -40,5 +40,19 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '功能类-加速成功后自动点击返回', + rules: [ + { + quickFind: true, + activityIds: 'com.wifitutu.ui.tools.SpeedUpActivity', + matches: '[vid="success_desc"] + [vid="back_layout"]', + exampleUrls: + 'https://m.gkd.li/57941037/90a4d16d-b39b-4068-882b-d22acca2b632', + snapshotUrls: 'https://i.gkd.li/i/14811531', + }, + ], + }, ], });