From 73867b4ecb0d0e8d968ea8884a05a02feb2fbb1d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:42:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=86=8A=E6=9C=89=E5=A5=BD?= =?UTF-8?q?=E8=B4=A7):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#2256)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaoxiongyhh.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.xiaoxiongyhh.ts diff --git a/src/apps/com.xiaoxiongyhh.ts b/src/apps/com.xiaoxiongyhh.ts new file mode 100644 index 00000000..a994e351 --- /dev/null +++ b/src/apps/com.xiaoxiongyhh.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaoxiongyhh', + name: '小熊有好货', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 1, + name: '天降福利', + activityIds: 'com.uzmap.pkg.EntranceActivity', + matches: + 'View[childCount=2] > ImageView + Button[childCount=0][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13401975', + }, + ], + }, + ], +});