From 6025fd3248e8583e42d377df1aa4a69efa8a9b4c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 15 Mar 2024 18:46:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.mobile.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.mobile.ts b/src/apps/com.ss.android.ugc.aweme.mobile.ts index 2a12b138..686eb144 100644 --- a/src/apps/com.ss.android.ugc.aweme.mobile.ts +++ b/src/apps/com.ss.android.ugc.aweme.mobile.ts @@ -31,5 +31,23 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '定位提示-请求位置权限弹窗', + desc: '点击[以后再说]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + activityIds: 'com.ss.android.ugc.aweme.main.MainActivity', + matches: '[text^="你还没有开启位置权限"] +2 * > [text="以后再说"]', + exampleUrls: + 'https://m.gkd.li/57941037/546e45cf-d151-47f4-830e-0f1b7ac21794', + snapshotUrls: 'https://i.gkd.li/i/14614184', + }, + ], + }, ], });