From ef0b72640f2754b8c116bfc473b0bcf99b2331bf Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 5 Nov 2024 21:06:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=87=92=E6=87=92=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lanlanys.app.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.lanlanys.app.ts diff --git a/src/apps/com.lanlanys.app.ts b/src/apps/com.lanlanys.app.ts new file mode 100644 index 00000000..b72be65d --- /dev/null +++ b/src/apps/com.lanlanys.app.ts @@ -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', + }, + ], + }, + ], +});