fix(美团): 美团买菜活动弹窗(修复误触) (#1848)

This commit is contained in:
Kun Jinkao
2023-11-05 22:49:35 +08:00
committed by GitHub
parent d83c0224f0
commit 717787e5e2

View File

@@ -32,7 +32,8 @@ export default defineAppConfig({
rules: [ rules: [
{ {
key: 0, key: 0,
matches: 'ViewGroup > ViewGroup +(5) ViewGroup > ImageView', matches:
'ViewGroup > ViewGroup[childCount=6] > ViewGroup > ImageView',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12639717', snapshotUrls: 'https://gkd-kit.gitee.io/import/12639717',
}, },
{ {