feat(懒懒视频): 全屏广告-弹窗广告 (#456)

This commit is contained in:
AIsouler
2024-11-05 21:06:40 +08:00
parent 8aa23a323f
commit ef0b72640f

View File

@@ -0,0 +1,25 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.lanlanys.app',
name: '懒懒视频',
groups: [
{
key: 1,
name: '全屏广告-弹窗广告',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.view.BaseActivity',
matches:
'@ImageView[index=3][childCount=0][clickable=true][visibleToUser=true][text=null][id=null] <4 RelativeLayout[childCount=8] < RelativeLayout[childCount=1] < [parent=null]',
exampleUrls: 'https://e.gkd.li/42ac7c76-362c-4f47-b4d8-ab9677246165',
snapshotUrls: 'https://i.gkd.li/i/17632595',
},
],
},
],
});