Files
AIsouler-GKD_subscription/src/apps/com.zhl.bmi.ts
2024-11-10 22:57:34 +08:00

33 lines
1.3 KiB
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.zhl.bmi',
name: '乐看视频',
groups: [
{
key: 2,
name: '全屏广告-弹窗广告',
desc: '点击关闭',
fastQuery: true,
activityIds: 'com.zhl.bmi.MainActivity',
rules: [
{
key: 0,
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][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
snapshotUrls: [
'https://i.gkd.li/i/13255787',
'https://i.gkd.li/i/13255786',
],
},
{
key: 1,
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] - FrameLayout[childCount>2] >3 [text^="立即" || text$="应用" || text="了解更多" || text="查看详情"]',
snapshotUrls: 'https://i.gkd.li/i/13542343',
},
],
},
],
});