mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(招商银行): 请求定位权限弹窗(优化规则) (#1794)
* feat 请求定位权限弹窗(优化规则) * feat(招商银行): 请求定位权限弹窗 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -20,14 +20,17 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706022',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706022',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '请求定位权限弹窗',
|
name: '请求定位权限弹窗',
|
||||||
|
quickFind: true,
|
||||||
activityIds:
|
activityIds:
|
||||||
'cmb.pb.app.h5container.webviewcontainer.PBWebContainerActivity',
|
'cmb.pb.app.h5container.webviewcontainer.PBWebContainerActivity',
|
||||||
rules:
|
rules:
|
||||||
'@[id="cmb.pb:id/ivDelete"][desc="关闭"] - FrameLayout > [text*="开启定位"]',
|
'@[id="cmb.pb:id/ivDelete"][desc="关闭"] - FrameLayout > [id="cmb.pb:id/tvDescription"][text*="获取您的位置"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706029',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12706029',
|
||||||
|
'https://i.gkd.li/import/13248893',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user