From 3084f0086efa7f4edb1c9bd6e65a30f549e7a141 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 25 Apr 2024 14:55:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E7=94=B5=E4=BF=A1):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E6=B5=AE=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85activityid?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ct.client.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/apps/com.ct.client.ts b/src/apps/com.ct.client.ts index efdb49bc..3698a7d4 100644 --- a/src/apps/com.ct.client.ts +++ b/src/apps/com.ct.client.ts @@ -48,11 +48,19 @@ export default defineGkdApp({ name: '全屏广告-浮窗广告', desc: '会出现在首页、查询办理页面', quickFind: true, - activityIds: 'com.ct.client.common.ConfirmDialogActivity', + actionMaximum: 1, + resetMatch: 'app', + activityIds: [ + 'com.ct.client.common.ConfirmDialogActivity', + 'com.ct.client.activity.MainActivity', + ], rules: [ { - matches: 'ImageView[id="com.ct.client:id/close"]', - snapshotUrls: 'https://i.gkd.li/i/12819676', + matches: '[vid="rlActivity"] > [vid="close"]', + snapshotUrls: [ + 'https://i.gkd.li/i/12819676', + 'https://i.gkd.li/i/15104434', + ], }, ], },