feat(美团): 请求定位弹窗 (#948)

* feat(美团): 请求定位弹窗

* chore(actions): check_format_lint

* feat(美团): 请求定位弹窗-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>

close #935
This commit is contained in:
jiuqianyuan
2023-10-13 00:37:54 +08:00
committed by GitHub
parent e3c3fd33e7
commit 4bbe122b96

View File

@@ -75,5 +75,14 @@ export default defineAppConfig({
}, },
], ],
}, },
{
enable: false,
key: 7,
name: '请求定位弹窗',
desc: '首页-顶部-打开位置开关点击右侧x关闭',
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
rules: '[id ="com.sankuai.meituan:id/location_close"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12874657',
},
], ],
}); });