From f928f4046c97d2554e8f3727a891b32a0e6515c1 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 19:50:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=99=BD=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E6=89=93=E5=8D=B0):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xbxxhz.box.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.xbxxhz.box.ts diff --git a/src/apps/com.xbxxhz.box.ts b/src/apps/com.xbxxhz.box.ts new file mode 100644 index 00000000..f0c01db3 --- /dev/null +++ b/src/apps/com.xbxxhz.box.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xbxxhz.box', + name: '小白学习打印', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭', + rules: [ + { + key: 0, + name: '红包弹窗', + quickFind: true, + activityIds: 'com.mango.login.main.MainAct', + matches: '[vid="dg_dialog_frag_ads_popup_x"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/9137cb2d-fb8d-4782-b3c9-88b89b79c8a0', + snapshotUrls: 'https://i.gkd.li/i/14433386', + }, + ], + }, + ], +});