feat: 丰巢-全屏广告 (#1181)

This commit is contained in:
天方夜谭
2025-09-22 20:05:01 +08:00
committed by GitHub
parent 25b40803c3
commit bd6860209d

View File

@@ -0,0 +1,22 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.fcbox.hiveconsumer',
name: '丰巢',
groups: [
{
key: 7,
name: '全屏广告-优惠券过期弹窗',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds:
'kt.com.fcbox.hiveconsumer.app.business.main.MainActivity',
matches: '[text*="优惠券"] + @[vid="img_close"]',
snapshotUrls: 'https://i.gkd.li/i/22455763',
},
],
},
],
});