mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(云闪付) 定位提示-访问位置请求弹窗(优化规则) (#24)
This commit is contained in:
@@ -69,14 +69,17 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '定位提示-访问位置请求弹窗',
|
name: '定位提示-访问位置请求弹窗',
|
||||||
desc: '自动点击"不允许"。默认关闭,请手动开启',
|
desc: '自动点击"不允许"',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.unionpay.base.UPDialog'],
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches:
|
matches: '[text*="访问您的位置信息"] < * +n * > [text="不允许"]',
|
||||||
'[text$="想访问您的位置信息"] < * +2 LinearLayout > [id="com.unionpay:id/btn_cancel"][visibleToUser=true]',
|
snapshotUrls: [
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12695773',
|
'https://i.gkd.li/import/12695773',
|
||||||
|
'https://i.gkd.li/import/14209001',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user