mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:12:21 +08:00
fix 开屏广告(修复误触) (#3956)
This commit is contained in:
parent
7a4156e1da
commit
babfbc7728
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user