feat(美团): 局部广告-悬浮广告

This commit is contained in:
AIsouler
2024-07-03 16:03:32 +08:00
parent ab2122bf1a
commit bcc115ebc2

View File

@@ -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: '权限提示-定位权限',