mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(微信): 权限提示-权限申请弹窗
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user