From ccc1d4a0a8139d5da5bfbfb87b74ab5fae094be7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 11 Dec 2024 20:45:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=B1(=E6=96=B0)=E5=BA=A6=E6=90=9C?= =?UTF-8?q?=E7=B4=A2):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=20(=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=20#591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bz.yilianlife.sd.ts | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/apps/com.bz.yilianlife.sd.ts b/src/apps/com.bz.yilianlife.sd.ts index 1a7aab4b..cdfd477e 100644 --- a/src/apps/com.bz.yilianlife.sd.ts +++ b/src/apps/com.bz.yilianlife.sd.ts @@ -7,14 +7,12 @@ export default defineGkdApp({ { key: 1, name: '全屏广告-弹窗广告', - fastQuery: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', + desc: '点击关闭', rules: [ { key: 0, name: '快手广告', + fastQuery: true, activityIds: 'com.deep.search.MainActivity', matches: [ '[text="广告"]', @@ -22,6 +20,23 @@ export default defineGkdApp({ ], snapshotUrls: 'https://i.gkd.li/i/13766176', }, + { + key: 1, + fastQuery: true, + activityIds: 'com.deep.search.SearchActivity', + 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/1f7e5a9f-e1a1-4e30-9d89-6d18d3717c80', + snapshotUrls: 'https://i.gkd.li/i/18095241', + }, + { + key: 2, + activityIds: + 'com.sigmob.sdk.base.common.PortraitTransparentAdActivity', + matches: '[id="ad_area"] >2 [id="close_btn"]', + exampleUrls: 'https://e.gkd.li/eee962a4-5a67-4bc7-bda2-8c1e3fbe04fe', + snapshotUrls: 'https://i.gkd.li/i/18095172', + }, ], }, ],