mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
fix 开屏广告(修复误触) (#3956)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user