From 2c6aa52ef63b36678b0826dc67e4712be2d470bb Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 9 Feb 2024 16:37:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=8C=E4=B8=8A=E5=85=AC=E4=BA=A4):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.mygolbs.mybus.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.mygolbs.mybus.ts b/src/apps/com.mygolbs.mybus.ts index 112f2c66..419ff23c 100644 --- a/src/apps/com.mygolbs.mybus.ts +++ b/src/apps/com.mygolbs.mybus.ts @@ -75,13 +75,19 @@ export default defineAppConfig({ { key: 2, name: '全屏广告-广告弹窗', - activityIds: ['com.mygolbs.mybus.mapsearch.poisearch.PoiSearchActivity'], + activityIds: [ + 'com.mygolbs.mybus.mapsearch.poisearch.PoiSearchActivity', + 'com.mygolbs.mybus.NewHomePageActivity', + ], rules: [ { name: '点击右上角x关闭图标', matches: - '[id="android:id/content"] >3 FrameLayout[childCount=6][index=0] > FrameLayout[childCount=1][index=1] > ImageView[id=null]', - snapshotUrls: 'https://i.gkd.li/import/12790762', + 'FrameLayout[childCount=2] > FrameLayout[childCount>4] > FrameLayout[index=1][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/import/12790762', + 'https://i.gkd.li/import/14219270', + ], }, ], },