From db8833d5dde66c9f7b5bf5e63f5201e0f6999950 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 6 Jul 2024 19:45:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=A7=E5=85=94):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.example.yr.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/com.example.yr.ts diff --git a/src/apps/com.example.yr.ts b/src/apps/com.example.yr.ts new file mode 100644 index 00000000..f85e8b0b --- /dev/null +++ b/src/apps/com.example.yr.ts @@ -0,0 +1,26 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.example.yr', + name: '剧兔', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + activityIds: 'com.example.yr.MainActivity', + matches: + '[id="android:id/content"] >(3,4) FrameLayout[childCount>3] > FrameLayout[childCount=1] > ImageView', + exampleUrls: + 'https://m.gkd.li/57941037/e5ab8198-9705-4976-8a24-7d128b9a576e', + snapshotUrls: [ + 'https://i.gkd.li/i/16115831', + 'https://i.gkd.li/i/16115830', + ], + }, + ], + }, + ], +});