mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user