mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
@@ -89,10 +89,20 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '请求定位弹窗',
|
name: '请求定位弹窗',
|
||||||
desc: '首页-顶部-打开位置开关,点击右侧x关闭',
|
desc: '首页/外卖界面-【打开位置开关弹窗】-点击右侧x关闭',
|
||||||
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
|
activityIds: [
|
||||||
rules: '[id ="com.sankuai.meituan:id/location_close"]',
|
'com.meituan.android.pt.homepage.activity.MainActivity',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12874657',
|
'com.sankuai.waimai.business.page.homepage.TakeoutActivity',
|
||||||
|
],
|
||||||
|
rules: [
|
||||||
|
'[id ="com.sankuai.meituan:id/location_close"]',
|
||||||
|
'[id ="com.sankuai.meituan:id/location_layer_close"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12874657',
|
||||||
|
'https://gkd-kit.gitee.io/import/12910210',
|
||||||
|
'https://gkd-kit.gitee.io/import/12910211',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user