fix 开屏广告(修复误触) (#3956)

This commit is contained in:
Kun Jinkao 2024-01-28 13:34:47 +08:00 committed by GitHub
parent 7a4156e1da
commit babfbc7728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,8 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'RelativeLayout > ImageView[id!=null] + ImageView[id!=null]',
rules:
'RelativeLayout[childCount=3] > ImageView + @ImageView[clickable=true][visibleToUser=true] + FrameLayout[childCount>0]',
snapshotUrls: 'https://i.gkd.li/import/12775855',
},
{