feart(美团): 美团买菜活动弹窗-规则优化 (#1007)

* feat(美团)

* feat(美团)

* 新增 【开屏广告】快照

* feat 美团买菜活动弹窗(完善规则)
This commit is contained in:
Kun Jinkao
2023-10-14 01:27:20 +08:00
committed by GitHub
parent 5f06a0bfe7
commit 6f744fd0f7

View File

@@ -26,12 +26,22 @@ export default defineAppConfig({
],
},
{
enable: false,
key: 2,
name: '美团买菜活动弹窗',
activityIds: 'com.meituan.retail.c.android.mrn.mrn.MallMrnModal',
rules: 'ViewGroup > ViewGroup +(5) ViewGroup > ImageView',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12639717',
rules: [
{
key: 0,
matches: 'ViewGroup > ViewGroup +(5) ViewGroup > ImageView',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12639717',
},
{
key: 1,
matches:
'@ImageView < ViewGroup +3 ViewGroup > ViewGroup > TextView[text^="红包已到账"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892626',
},
],
},
{
key: 3,