From bc3fa81adf86d1cfc18c3dad4a7e4193b180b1fc Mon Sep 17 00:00:00 2001 From: Firefly <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 19 Jan 2025 18:25:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=98=93=E5=BF=AB=E6=8A=A5):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5=E6=A8=AA?= =?UTF-8?q?=E5=B9=85=E5=B9=BF=E5=91=8A=20(#725)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hose.ekuaibao.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/apps/com.hose.ekuaibao.ts b/src/apps/com.hose.ekuaibao.ts index 92992c52..1791404d 100644 --- a/src/apps/com.hose.ekuaibao.ts +++ b/src/apps/com.hose.ekuaibao.ts @@ -6,11 +6,15 @@ export default defineGkdApp({ groups: [ { key: 1, + matchTime: 10000, + actionMaximum: 2, + resetMatch: 'app', name: '局部广告-首页横幅广告', - activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity', - rules: - 'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]', - snapshotUrls: ['https://i.gkd.li/i/12649616'], + rules: '[text="不感兴趣"][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/12649616', + 'https://i.gkd.li/i/18455642', + ], }, ], });