mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
41 lines
1.0 KiB
TypeScript
41 lines
1.0 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.growing.topwidgets',
|
|
name: '万能小组件 Top Widgets',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-卡片广告',
|
|
desc: '点击关闭',
|
|
quickFind: true,
|
|
activityIds: 'com.growing.topwidgets.home.MainActivity',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '@ImageView < * - * > [text="立即打开"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14892835',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '@ImageView < * - * > [text="查看详情"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14945536',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-弹窗广告',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
|
matches: '@ImageView[clickable=true] - * >2 [text="反馈"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14945552',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|