mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: 丰巢-全屏广告 (#1181)
This commit is contained in:
22
src/apps/com.fcbox.hiveconsumer.ts
Normal file
22
src/apps/com.fcbox.hiveconsumer.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user