mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(懒懒视频): 全屏广告-弹窗广告 (#456)
This commit is contained in:
25
src/apps/com.lanlanys.app.ts
Normal file
25
src/apps/com.lanlanys.app.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user