mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(美团): 局部广告-悬浮广告
This commit is contained in:
@@ -109,17 +109,30 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '局部广告-首页右侧抽奖小广告',
|
name: '局部广告-悬浮广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.meituan.android.pt.homepage.activity.MainActivity',
|
'com.meituan.android.pt.homepage.activity.MainActivity',
|
||||||
'com.miui.home.launcher.Launcher',
|
'com.miui.home.launcher.Launcher',
|
||||||
],
|
],
|
||||||
rules: 'FrameLayout > @ImageView + ImageView[desc="资质与规则"]',
|
matches: 'FrameLayout > @ImageView + ImageView[desc="资质与规则"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12639815',
|
'https://i.gkd.li/i/12639815',
|
||||||
'https://i.gkd.li/i/12639734',
|
'https://i.gkd.li/i/12639734',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds:
|
||||||
|
'com.sankuai.waimai.business.page.homepage.TakeoutActivity',
|
||||||
|
matches: '[vid="marking_sidebar_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16079638',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '权限提示-定位权限',
|
name: '权限提示-定位权限',
|
||||||
|
|||||||
Reference in New Issue
Block a user