From fc85a86b6a31fc79e582d5bbf404924b8af2fe69 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 25 May 2024 19:22:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(OmoFun):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=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.banshenghuo.mobile.ofdm.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.banshenghuo.mobile.ofdm.ts diff --git a/src/apps/com.banshenghuo.mobile.ofdm.ts b/src/apps/com.banshenghuo.mobile.ofdm.ts new file mode 100644 index 00000000..601fb969 --- /dev/null +++ b/src/apps/com.banshenghuo.mobile.ofdm.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.banshenghuo.mobile.ofdm', + name: 'OmoFun', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.anythink.basead.ui.ATPortraitTranslucentActivity', + matches: '[vid="anythink_myoffer_btn_close_id"]', + exampleUrls: + 'https://m.gkd.li/57941037/7fce3088-53c6-41e0-8b22-67acc1934984', + snapshotUrls: 'https://i.gkd.li/i/15443189', + }, + ], + }, + ], +});