mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
68 lines
2.4 KiB
TypeScript
68 lines
2.4 KiB
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.zhx.wisdomtree',
|
|
name: '智慧树家长端',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-信息流广告',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
fastQuery: true,
|
|
activityIds: 'net.hyww.wisdomtree.parent.common.MainActivity',
|
|
matches: '[vid="iv_close_ad"][visibleToUser=true]',
|
|
exampleUrls: 'https://e.gkd.li/82c2a85d-1007-45e2-abed-3c5933563a92',
|
|
snapshotUrls: 'https://i.gkd.li/i/20062093',
|
|
},
|
|
{
|
|
key: 1,
|
|
fastQuery: true,
|
|
activityIds: 'net.hyww.wisdomtree.parent.common.MainActivity',
|
|
matches: '[vid="tv_close_ad"][visibleToUser=true]',
|
|
exampleUrls: 'https://e.gkd.li/486eae02-6c25-4e2a-b6a4-7997a8887eac',
|
|
snapshotUrls: 'https://i.gkd.li/i/20062094',
|
|
},
|
|
{
|
|
key: 2,
|
|
fastQuery: true,
|
|
activityIds: 'net.hyww.wisdomtree.parent.common.MainActivity',
|
|
matches:
|
|
'@[vid="rl_down"] <<n [vid="tt_ad_view"][visibleToUser=true]',
|
|
exampleUrls: 'https://e.gkd.li/46522b87-512c-47ab-9a57-c333eca6a789',
|
|
snapshotUrls: 'https://i.gkd.li/i/20074571',
|
|
},
|
|
{
|
|
key: 3,
|
|
fastQuery: true,
|
|
activityIds: 'net.hyww.wisdomtree.core.act.FragmentSingleAct',
|
|
matches:
|
|
'FrameLayout[childCount=1] > FrameLayout[childCount=5] > FrameLayout[childCount=1] > @ImageView[id=null][text=null][width<50 && height<50] <<n [vid="fl_csj_banner_view"][visibleToUser=true]',
|
|
exampleUrls: 'https://e.gkd.li/ee6796d4-ba24-4d34-8ef2-07969d102715',
|
|
snapshotUrls: 'https://i.gkd.li/i/20074641',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-弹窗广告',
|
|
desc: '点击关闭',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
matches:
|
|
'@View[childCount=1][visibleToUser=true] < View[childCount=1][visibleToUser=true] + View[childCount=1][visibleToUser=true] > [text="反馈"]',
|
|
exampleUrls: 'https://e.gkd.li/708daddf-5d9b-4cc9-977f-ba48c3f33ba3',
|
|
snapshotUrls: 'https://i.gkd.li/i/20074568',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|