feat(微信): 权限提示-权限申请弹窗

This commit is contained in:
AIsouler
2024-03-19 12:58:43 +08:00
parent 935d1fc3ce
commit 32c6067545

View File

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