mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
24 lines
595 B
TypeScript
24 lines
595 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.fcbox.hivebox',
|
|
name: '丰巢管家',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '首页弹窗广告',
|
|
activityIds: 'com.fcbox.hivebox.business.main.MainActivity',
|
|
quickFind: true,
|
|
matches:
|
|
'[id="com.fcbox.hivebox:id/fl_content_container"] + [id="com.fcbox.hivebox:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13459000',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|