mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
78 lines
2.5 KiB
TypeScript
78 lines
2.5 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'io.iftech.android.box',
|
|
name: '小组件盒子',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14204126',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text*="新版本"] +(2) [text="取消"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706195',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-弹窗广告',
|
|
rules: [
|
|
{
|
|
name: '穿山甲',
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
matches:
|
|
'@Image[text=""] < View +(n) View >(2) TextView[text="广告"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706209',
|
|
},
|
|
{
|
|
name: '优量汇',
|
|
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
|
matches: 'ImageView - FrameLayout > ImageView[id=null]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706209',
|
|
},
|
|
{
|
|
name: '百青藤',
|
|
activityIds: 'com.anythink.basead.ui.ATPortraitTranslucentActivity',
|
|
matches:
|
|
'[id="io.iftech.android.box:id/anythink_myoffer_btn_close_id"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706228',
|
|
},
|
|
{
|
|
name: '百青藤',
|
|
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
|
matches:
|
|
'@ImageView[id=null][clickable=true] + RelativeLayout + ImageView + ImageView',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706236',
|
|
},
|
|
{
|
|
name: '百青藤',
|
|
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
|
matches:
|
|
'@ImageView[id=null][clickable=true] + RelativeLayout > RelativeLayout > ImageView + ImageView',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706240',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 10,
|
|
name: '全屏广告-会员限时优惠弹窗',
|
|
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
|
rules:
|
|
'@[id="io.iftech.android.box:id/ivClose"] + [text^="限时"][text$="特惠"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12706226',
|
|
},
|
|
],
|
|
});
|