Files
AIsouler-GKD_subscription/src/apps/com.custom.zktimehelp.ts
2024-12-02 21:19:36 +08:00

35 lines
1.4 KiB
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.custom.zktimehelp',
name: 'ZK助手',
groups: [
{
key: 1,
name: '全屏广告-弹窗广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
fastQuery: true,
activityIds: 'com.custom.zktimehelp.ui.MainActivity',
matches:
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
exampleUrls: 'https://e.gkd.li/95f17fff-486c-4cad-83c7-804b808ff800',
snapshotUrls: 'https://i.gkd.li/i/16670372',
},
{
key: 1,
activityIds: 'com.qq.e.ads.PortraitADActivity',
matches:
'FrameLayout[childCount=5] > FrameLayout[childCount=2] > FrameLayout[childCount=2] >2 @FrameLayout[childCount=1] > ImageView[childCount=0]',
exampleUrls: 'https://e.gkd.li/cacb889d-0328-4431-af23-d267fa4eb626',
snapshotUrls: 'https://i.gkd.li/i/16670426',
},
],
},
],
});