From d34606859e9f3688f882db8c4eb9c0b4d29cbc2a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 2 Jan 2025 13:16:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=88=B1=E5=85=B6=E6=84=8F):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#665)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taitedi.hdd.ayi.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.taitedi.hdd.ayi.ts b/src/apps/com.taitedi.hdd.ayi.ts index 044f2f2ec..c15a4ebf4 100644 --- a/src/apps/com.taitedi.hdd.ayi.ts +++ b/src/apps/com.taitedi.hdd.ayi.ts @@ -20,5 +20,23 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: + '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]', + exampleUrls: 'https://e.gkd.li/8ea7b6ad-8e5b-4b96-bbac-ec5b7196ddbb', + snapshotUrls: 'https://i.gkd.li/i/18285341', + }, + ], + }, ], });