chore: sync

This commit is contained in:
lisonge
2023-08-21 21:42:24 +08:00
parent 78905817c4
commit f347feae0d
8 changed files with 79 additions and 14 deletions

View File

@@ -7,7 +7,10 @@ export default <AppConfig>{
key: 0,
name: '百度地图-开屏广告',
activityIds: 'com.baidu.baidumaps.MapsActivity',
rules: '@TextView[text^=`跳过`] + TextView[text=`广告`]',
rules: [
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
`ImageView[isClickable=false] + TextView[text^='跳过'][isClickable=true]`, // 1689423368140
],
},
],
};