From 32c6067545eb2bd49c76820a2d15985f10490241 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 19 Mar 2024 12:58:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=8F=90=E7=A4=BA-=E6=9D=83=E9=99=90=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index a0d55c57..9472e5e1 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -745,5 +745,23 @@ export default defineAppConfig({ }, ], }, + { + key: 32, + name: '权限提示-权限申请弹窗', + desc: '点击取消', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + activityIds: 'com.tencent.mm.pluginsdk.permission.PermissionActivity', + matches: '@[text="取消"] < * < * - * >3 [text="权限申请"]', + exampleUrls: + 'https://m.gkd.li/57941037/43632b72-d389-4fe7-9708-dac78e900679', + snapshotUrls: 'https://i.gkd.li/i/14645385', + }, + ], + }, ], });