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', + }, + ], + }, ], });