From 1558dc9a408464edf7f39b01d99ef25ae75e6383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:18:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=B0=E5=B7=A2-=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1218)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.fcbox.hiveconsumer.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/apps/com.fcbox.hiveconsumer.ts b/src/apps/com.fcbox.hiveconsumer.ts index 1bd8a22f..d1fe2338 100644 --- a/src/apps/com.fcbox.hiveconsumer.ts +++ b/src/apps/com.fcbox.hiveconsumer.ts @@ -6,7 +6,7 @@ export default defineGkdApp({ groups: [ { key: 7, - name: '全屏广告-优惠券过期弹窗', + name: '全屏广告', desc: '点击关闭', rules: [ { @@ -16,6 +16,18 @@ export default defineGkdApp({ matches: '[text*="优惠券"] + @[vid="img_close"]', snapshotUrls: 'https://i.gkd.li/i/22455763', }, + { + fastQuery: true, + activityIds: [ + 'kt.com.fcbox.hiveconsumer.app.business.main.MainActivity', + 'kt.com.fcbox.hiveconsumer.app.business.membership.MemberCenterActivityV2', + ], + matches: '[vid="ivClose"]', + snapshotUrls: [ + 'https://i.gkd.li/i/22724047', + 'https://i.gkd.li/i/22724105', + ], + }, ], }, ],